I am trying to push a image to confluence by resizing it , I face like I can't push the image to confluence if i use
<ac:image ac:height="20" ac:width="30" >
<ri:attachment ri:filename="{filename}"/>
</ac:image>
Through this code I can push images
<ac:image>
<ri:attachment ri:filename="{filename}"/>
</ac:image>
Is there any possible solution for this one?
<ac:image ac:width="{pixel_width}" ac:custom-width="true">
I think this answer can help you https://community.atlassian.com/forums/Confluence-questions/Re-Different-size-of-images-on-page-than-defined-using-r/qaq-p/2922679/comment-id/332756#M332756
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.