I'm automatically creating a confluence pages from a list of Jira tickets.
Everything is working nicely apart from al the images included in the ticket are displayed too large on the Confluence pages.
Is there anyway to determine the size of images in an automatically created Confluence page?
Hi @Stewart Bowley and welcome,
how do you create pages in Confluence? If you take a look to the storage format of your pages, you can see some metadata that allow you to define the image width (ex ac:width="403)
<p /><ac:image ac:align="center" ac:layout="center" ac:original-height="225" ac:original-width="225" ac:custom-width="true" ac:alt="qlik.png" ac:width="403"><ri:attachment ri:filename="qlik.png" ri:version-at-save="1" /></ac:image> <p />
You can try to adjust that in your rest api call .
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.