Blog Post - Featured Image Sizing

Hello - I’m having a seemingly simple issue that I cant seem to figure out -

I’m using the ethos 1 stack theme & for some reason my ‘featured blog post images’ keep automatically cropping

Is there an easy way to stop this from happening ?

Hi Kiel,

Thank you for writing in, please add this to Theme Options > CSS

.blog .entry-featured .entry-thumb {
	background-size: 100% 100%;
}

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Hope it helps,
Cheers!

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