Hi!
I´m using the Ethos theme to build my blog. The featured image in a single post is too big. I would like my image to be 200px high and 100% wide. Cropped and centered.
To achieve that I applied the following CSS code:
.single-post .entry-featured {margin: 0px 0px 30px 0px !important; overflow: hidden;}
.single-post .entry-featured img {height: 200px !important; object-fit: cover !important;}
It works well but IE does not support “object-fit”. Is there any easy ways to go around that?
Tks!
Blog Page: http://amikku.com/2016/04/19/estreia/