We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: