We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users commonly set a fixed width and height in Confluence. When importing Confluence pages into XWiki, the set size is lost.
The text was updated successfully, but these errors were encountered:
It would be great to see any kind of progress with this.
In Confluence, an image with custom width looks like this:
<ac:image ac:width="500"> <ri:attachment ri:filename="big_image_2000w.png"/> </ac:image>
In a first step, you could simply carry over this ac:width="500" value to style="max-width: 500px".
ac:width="500"
style="max-width: 500px"
Thanks!
Sorry, something went wrong.
No branches or pull requests
Users commonly set a fixed width and height in Confluence. When importing Confluence pages into XWiki, the set size is lost.
The text was updated successfully, but these errors were encountered: