Created
November 13, 2018 10:21
-
-
Save tribulant/395dbd80895f6de8180964ae3c46369a to your computer and use it in GitHub Desktop.
Auto iFrame Height
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Auto iFrame Height Instructions: https://www.lost-in-code.com/programming/javascript/javascript-auto-iframe-height/ --> | |
<iframe class="autoHeight" id="myframe" name="myframe" src="http://example.com/iframe.php" height="240" width="320" frameborder="0" scrolling="auto"></iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment