davidjbradshaw / iframe-resizer

Keep iFrames sized to their content.
https://iframe-resizer.com
Other
6.62k stars 977 forks source link

Added: Set initial iframe size #1284

Closed davidjbradshaw closed 3 days ago

davidjbradshaw commented 4 days ago

If no sizing is set on the iframe via CSS or HTML, then for vertical resizing set the initial dimensions to width: 100% / height: 100vh.

davidjbradshaw commented 3 days ago

Closed, this is too slow and blows up if the CSS comes from a different domain.