Hello
I have an iFrame with height set to 100% of its section.
However, the iframe sometimes changes its content which then flows beyond the sections height, requires even more height from the section, causing a scroll bar to appear.
I was wondering if it’s possible to make the section change its height to match the height of the content of the iframe, thus preventing the need to scroll inside the iframe.
Thank you