I would like to add an iFrame to one webpage. This page needs to show a footer. The rest is the iFrame. How can I make this responsive, so that the iFrame will always use 80% of the page? The contents of the iFrame is another website which is responsive, so that is not a problem.
My Offsite stack allows you to add a class to the iframe.
Then you can add some css.
.offsite{height:80vh}
If you have F6, then is even easier with a swatch or utility classes.
1 Like
Perfect, I have this stack ![]()
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.