Skip to content

Instantly share code, notes, and snippets.

@snowbob
Created November 28, 2016 06:49
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 snowbob/8b1ebd5357f327b73e4cf340601a1d82 to your computer and use it in GitHub Desktop.
Save snowbob/8b1ebd5357f327b73e4cf340601a1d82 to your computer and use it in GitHub Desktop.
resizeIframe
var iframe = parent.document.getElementById("memo").contentWindow;
var h = iframe.document.body.offsetHeight + 'px'
parent.$('#memo').css('height', h);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment