danfickle / danfickle/openhtmltopdf
Image Size
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
We use the following html and css to set attributes for images.
" table.table-froala-content img\n" +
" {\n" +
" max-height: 872px;\n" +
" max-width: 661px;\n" +
" padding: 0;\n" +
" }\n" +
We've noticed that openhtmltopdf uses the css styling's max-height for the height of the image, rather than the height given in the html.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.