Hi @expofield,
I suppose you meant regarding images having a different size on your homepage? This is more related to the responsive nature of the theme or via the page builder on how the images are loaded.
However, your query doesn’t seem to be related to Smush and more with how these images are added, which is via the Elementor plugin.
If there are images that have less size compared to other images, the page builder will try to fit the image within its container and hence you notice different size images loaded.
If you upload images with uniform size then they’ll display without any issue. You’ll have to bring this with your Elementor plugin teams attention if there are any specific settings to resolve this out of the box.
You could try this CSS as a workaround:
.elementor img {
min-height: 234px;
}
You can add the CSS via the default WordPress customizer, under Appearance > Customize > Additional CSS.
However, the above CSS might cause other images to appear stretched. For a better solution would recommend checking with your Elementor plugin support.
https://wordpress.org/support/plugin/elementor/
I’m marking this thread as resolved for now, please feel free to re-open for any or create a new ticket for any queries regarding Smush.
Kind Regards,
Nithin
Thread Starter
Alex
(@expofield)
I haven’t uploaded the photos and the posts with Elementor.
They are test posts so WordPress also works.