You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Wondering if there is a event listener on confluence cloud which listens for messages sent from embedded iframe to resize them?
e.g.:
- I wish to use iframe macro to embed some page
- I do not know width and height of iframe upfront
- I do control iframe content
idea here is to make something like:
window.postMessage('resizeMe', {...}, '*')
inside iframe so confluence can resize it, but can not find is there such listeners available
Hi Alexandr,
I don't know if you still need an answer to your question.
It does not seem to be possible by default to manage iframes dynamically as you need to. But, you can build your own macro that manage dynamically iframes, with the Dynamic Content Macro.
In fact, there is a function in this module which to be able to resize dynamically a content which is called in the macro (AP.resize(w,h)).
I hoe this will help you.
Boris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.