Change the ratio of featured image in ethos

Hi,

I would like to change the ratio in which the featured images are shown in the overview of the Ethos Stack. Right now there is come part of the image cut off on the sides.

This is my URL: https://tillpera.de/
You can see what i mean. I tried to select it via CSS but no luck :frowning:

Hi There,

Please try adding this custom CSS under Theme Options > CSS:

a.entry-cover {
    background-size: contain;
}

For more information, please take a look at this article:

https://www.w3schools.com/cssref/css3_pr_background-size.asp

Hope it helps :slight_smile:

1 Like

Yes that did it!
Thank you so much :slight_smile:

You are most welcome. :slight_smile:

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