Sometimes you want to have an iframe covering the full page, so for my link archive:
- [Wayback] javascript – Full-screen iframe with a height of 100% – Stack Overflow
- [Wayback] html – Full Page – Stack Overflow
- [Wayback] How do I make a full-width `iframe` with fixed aspect ratio? (not full screen or full view, but explains all the steps to get at the result)
- [Wayback] How To Create Responsive Iframes
- [Wayback] Responsive IFRAMEs
IFRAME elements cause an all together different problem because they aren’t restricted to dimensions. I found an amazing post by Gregory Gan that describes an ingenious method for responsive IFRAMEs and I wanted to share it with all of you!
- The amazing post: [Wayback] Responsive Iframes with One Great CSS Trick | Theodo
- [Wayback] How to make iframe fill the page? | Geekstrick
- [Wayback/Archive.is] Full page iframe, with full scroll. Basically looks like you’re on a different page than you are.
- [Wayback/Archive.is] Responsive iframe full screen. Display page without and hide original url address.
- [Wayback] How to set fullscreen iframe? – GeeksforGeeks
- [Wayback] javascript – how to get iframe to fill entire page 100% and top:4px? – Stack Overflow
Notes:
- A few of the above might not be responsive: someday I hope to have time to figure out which work best for me
- This post is kind of a follow-up on the really old post Redirect to another web-site using a frame/frameset (is 7 years ago old?)
–jeroen