Skip to content

Instantly share code, notes, and snippets.

@kaero
Created June 30, 2019 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaero/606eec3645df22b357197b34aee65997 to your computer and use it in GitHub Desktop.
Save kaero/606eec3645df22b357197b34aee65997 to your computer and use it in GitHub Desktop.
<iframe id="waterevents-calc-frame" src="https://eventclub.pro/calc/" width="100%"></iframe>
<script>
window.addEventListener('load', function() {
var f = document.getElementById('waterevents-calc-frame');
var h = f.contentWindow.document.body.scrollHeight;
f.height = h + 'px';
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment