The main image of a blog article gets cropped too much so important information are missing. This is how the image in a blog article looks like ([link to the blog](https://forum.utopify.org/blog/11-use-brain-dumps-to-define-goals-and-be-successful)):  And this is the original image:  The first part of the sentence is missing completely and the logo was cut in half. ### My temporary fix I've created custom css, which can be added in the admin panel -> Appearance -> Custom Styles: ``` .FlarumBlog-Article-Image { background-size: contain !important; } ```  It might not be the best, but I wanted to share it here if others need this fix quickly.