Feature image size

Hi

I can’t seem to be able to size my feature images correctly on the posts page. They either look great on the front page and awful on the posts page or vice versa.

What dimensions should I make my feature images for posts so they look good on both the home page and posts page.

Here’s the site for reference: mag.the4blades.com

Cheers!

Hi,

Use this css code:

#latest-news .section-content .post .post-image {
background-size: contain;
background-repeat: no-repeat;
}

And try to edit the photos to be the same size and format, because it seems that the first two photos from left to right are somehow cropped.

Thanks,

Cristian