Open therealmaxmoon opened 1 year ago
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):
And this is the original image:
The first part of the sentence is missing completely and the logo was cut in half.
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.
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):
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:
It might not be the best, but I wanted to share it here if others need this fix quickly.