We’ve got a slight issue where on our Blog page, the most recent blog image we’ve posted has been cropped by Ghost, which has led to the illustrations head being chopped off - how could we fix this?
Images in your theme are styled in such a way that they fill the space, aka cover the available image space. You can change this application by setting them to contain (like in the CSS I provided) however it’ll cause letterboxing to happen with images that don’t fit the aspect ratio.
Best thing to do is to create graphics with a decent amount of white space around them, or use feature images that aren’t hampered when they are cropped around the edges.
Edit: If it doesn’t work, and having not looked at Casper’s coding, changing the second line to the following should fix things: object-fit: contain !important;