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
Issues containing large images are hard to view, because images are displayed at their native size.
The text was updated successfully, but these errors were encountered:
The image already contains max-width: 100% as a style, but this does not seem to work with Flying Saucer. It seems adding -fs-fit-images-to-width does the job (https://groups.google.com/forum/#!topic/flying-saucer-users/nSCHL1TzESs)
max-width: 100%
-fs-fit-images-to-width
I guess I should verify how it behaves with small images now.
Sorry, something went wrong.
OndrejSpanel
No branches or pull requests
Issues containing large images are hard to view, because images are displayed at their native size.
The text was updated successfully, but these errors were encountered: