Make category archive images original dimensions


is there a way to use the original dimensions of the images so they look better please

I have the same problem on
https://www.less-waste.co.uk/category/food-and-drink/

Hey @lisacole1,

The Ethos stack is in use in your sites and regretfully, the Ethos stack’s blog listing featured image is fixed in dimension. It is not suitable if displaying a full image is required.

Please use the Integrity Stack instead and use the Masonry 2 or 3 columns setup in Theme Options > Blog because there is no code simple code to allow for full image display in the blog listing of the Ethos stack. You can insert the following code in Theme Options > CSS but black bars in the featured image area will show up.

.archive .entry-cover {
    background-size: 100%;
}

If you need more than that, it would require custom development and we can’t cover that as part of theme support.

Hope that helps and thank you for understanding.

thanks, I really like the scrolling blog posts at the top in Ethos.
Not to worry, there will always be trade offs.

You are most welcome!
If you need anything else we can help you with, don’t hesitate to open another thread.

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