I can’t get the images to have the same size. I tried Ajax rebuilder. I have the blog layout set to own layout. And the page is set to featured 1500 x 300 for preview image. The first two are right, but the other ones are too high.
Hi sjoisw!
You can use some CSS to force it like so.
.template-blog .big-preview img {
max-height: 200px;
min-height: 200px;
}
But that may make some of them look distorted. It’s most likely because some of your images are not big enough to crop to 1500 x 300. I would try using a smaller thumbnail size.
Cheers!
Elliott