We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797b0b4 commit 344be7aCopy full SHA for 344be7a
1 file changed
packages/layout-engine/painters/dom/src/renderer.ts
@@ -5509,6 +5509,7 @@ export class DomPainter {
5509
// Position and z-index on the image only (not the line) so resize overlay can stack above.
5510
img.style.position = 'relative';
5511
img.style.zIndex = '1';
5512
+ img.style.maxWidth = '100%';
5513
}
5514
5515
// Apply rotation and flip transforms from OOXML a:xfrm
0 commit comments