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.
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.