Hi!
I'm facing a problem with images in Confluence PDF Exports.
I want all images in PDF be at maximum 90% of the page's width.
I tried this:
.confluence-embedded-image { -fs-fit-images-to-width: 90% !important; }
and it works fine for images larger than my page.
But I have a lot of smaller images, which also get resized. The result is, that they get bigger and grainy.
So I tried this instead:
.confluence-embedded-image { max-width: 500px !important; }
But this does not work. My images show up in the original size again, no change in width.
Any suggestions?
Many thanks in advance!
@Michelle Zaczek this is on Jira Cloud? Have any success on this question? BR
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunatly not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.