Hello, i am curious if there is a solution to have embedded HTML frames adjust sizes according to the content they are displaying, in this case i have an HTML frame displaying a website, and i would like the HTML frame to adjust sizes when the web-page within is expanded to avoid having two scrollbars in my website.
Hay nmorisi,
Browsers do not provide a way for the content of the IFrame to change the size of the IFrame. As such, we do not expose such functionality in the Wix HTML Component.
One of Wix Code targets is to replace such IFrames with native content of the site, allowing you to code the functionality instead of embedding. Can you explain a bit more what kind of site you are trying to embed?