Robert Fairhead
Hi Peter,
Good grief, I didn't realise the extensive scope of the configuration options for Articles Anywhere, and I've used the extension happily for years!
But I think there may be a problem with the Joomla 4 upgrade process. The documentation in my Joomla 3 Articles Anywhere plug-in for Image Resizing (which is set to Standard) states:
Only resize when dimensions are given
Images will be resized based on the width or height attributes in the image data tags, like:
[image-intro width="300"]
If no width or height attributes are found, the original image will be used.
The settings below will only be used if you force the image resizing via the tag, like:
[image-intro resize="true"]
My tag statement is: {article Robert Fairhead}[image-intro][introtext][readmore]{/article}
I'm not specifying any width or height attributes in the data tags, and yet Articles Anywhere serves up the following code on Joomla 4:
<img src="/images/writers/resized/writer-robert-fairhead_320x180.jpeg" alt="Robert Fairhead" title="Robert Fairhead" width="320" height="180" type="intro_image">
Compared to this code on Joomla 3:
<img src="/images/writers/writer-robert-fairhead.jpeg" alt="Robert Fairhead" title="Robert Fairhead" class="item-image-intro">
I may be misinterpreting the documentation - like your extensions and their configuration options, it's extensive and can't be faulted.
By the way, the images are 200 x 200 pixels.
Thanks again for all your help, and I trust I'm not stretching our "friendship" with my questions.
Regards, Robert