When exporting to PDFs I have a customized style sheet.
This includes setting the width of exported images to the page width but it doesn't work for embedded images (those that expand when you click on them).
What am I doing wrong?
.wiki-content img { width:100%; } .wiki-content .confluence-embedded-image { width:100% }
Maybe try this workaround in CONF-33727 - Large images are cut off on PDF Export Resolved
(See comments):
.confluence-embedded-image { -fs-fit-images-to-width: 100 % !important; } |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.