Is there a way to create an inline Frame that automatically stretches 100% vertically?

I want to add an iFrame which points to an external web page, where the height is adjusted to 100% height (and 100% width), so that while keeping my Wix website’s regular header, the inline frame automatically stretches out the rest of the screen vertically below it.

Last time I looked into this I got very confusing responses, some saying it can’t be done in Wix, some saying it would be resolved soon. So I wanted to do a follow up.

Thank you!

As of my knowledge → you can NOT modify the size of any element inside the normal Wix-Editor (by code)–> what is a BIG DISATVANTAGE!!!. If it would work in Editor-X, i don’t know.

You can not resize the width of your html-component itself, but you can resize everything what is inside the FRAME.

A semi-solution could be to stretch the html-component to max size of screen, and control the size inside the HTML-Component.

How it will behave when zooming your site, or changing the screen-resolution, i can’t tell, you can try it out. But what for sure will happen is, that your HTML-comp. will not automatically adjust it’s own size (at least not inside the ordinary Wix-Editor).

In Editor-X maybe there are more options for more RESPONSIVNES.

Good luck!