iframe macro postmessage - resize iframe, dynamic height

Alexandr Marchenko December 29, 2018

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

1 answer

0 votes
Boris MBOUMEHANG
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 6, 2019

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events