evidenceprime / html-docx-js

Converts HTML documents to DOCX in the browser
http://evidenceprime.github.io/html-docx-js/
MIT License
1.06k stars 288 forks source link

Images Not Scaling Correctly in DOCX #144

Open jagthapsaurabh opened 2 months ago

jagthapsaurabh commented 2 months ago

When using html-docx-js to generate DOCX files from HTML, images do not scale properly within their containers. Despite using standard CSS properties like max-width, max-height, and object-fit, the images often overflow or do not display correctly in the resulting DOCX file. This issue is particularly problematic when trying to fit multiple images side by side on a single page.