Image Sizes Not Same For Featured Blog Images

Hello all,

I’ve searched throughout the forum and can’t seem to find the right answer. Throughout my site, I’m having a hard time getting my images to auto-crop to the same size. I know Wordpress is supposed to auto-generate thumbs, and this theme also has its own generator, but so far, it only seems to work for some images, not all. For example:

This is a row of featured posts using a blog element on the front page. If you’d like to see it for yourself, please look The Jose Vilson.

Please help and thank you!

Hi,

You can achieve that by unchecking the “auto” option and adjusting the Items Ratio X/Y.

For more information kindly refer to the link below.

https://www.themepunch.com/essgrid-doc/core-anatomy-of-an-essential-grid/#grid-layout

Hope that helps

Hey,

This is not a part of the Essential Grid, but an element from Cornerstone / X that I used to create the page. This also happens in my blog where I want to have the same size image.

The Jose Vilson (blog)

Thank you again.

Hey @jlvilson,

The element you’re using is not from us. It’s from your Essential Addons for Cornerstone plugin.

Please contact the plugin developer for this issue.

Thanks.

Thanks again for the reply. I’ll get more specific.

I noticed that the same issue is having in my actual blog too where the images aren’t being automatically cropped to be the same size.

Any help in this matter would be great.

Hi There,

You can add this to Theme Options > CSS

.blog .entry-thumb img {
	display: block;
    overflow: hidden;
    width: 400px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

But to let you know, even if the images became same sizes, the featured images will not be aligned side-by-side, because the length of the title and excerpt are still a factor and that is just how a Masonry style blog is.

Thanks,

THAAANKKKK YOOUUUUU!!!

We are gratified that we’re able to help you with this,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.