Hi @sdagency,
Yes, this is due to the images being set to full width, stretching to 100% of the container width. You can limit the width of the parent container so the images aren’t stretched as far, or you can remove the 100% width of the images in the containers.
Some CSS to fix the issue would be:
img.announcement-banner-image {
width: auto;
}
That will set the image widths to their default 350×120 image size.
Hmm, that would be too small.
Did you change anything with how images are resaved and reprocessed? I just reuploaded the main image and not it scales perfectly without any CSS tweaks.
Does the image reprocessing happen on your server?
Hi @sdagency,
No, nothing is handled by our servers. Everything is done on your server, where the plugin is installed. So you changed nothing, re-uploaded the image and now things look fine?