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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.