Hello and good morning.
I have set up a blog page (grid layout, 3 columns, image size automatic, 5 blog posts displayed). The first 4 preview images are resized correctly and all of the same size. The fifth that I added last night is much bigger. I tried everything to have it resized to match the other four, disabled all plugins and re-uploaded and posted, but it’s still the same.
Would you mind having a look at this and tell me what I am doing wrong and how I can have all preview images in the same size?
Much appreciated, thank you very much.
Hi TF_Photography!
That’s actually the correct size it’s supposed to use. Your other images are not large enough (640 x 290) to be resized by the WordPress thumbnails feature so they are displayed in their full dimensions.
Try adding this to your custom CSS.
.avia-content-slider .slide-image img {
max-height: 160px;
}
Cheers!
Elliott