Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var body = document.body,
- html = document.documentElement;
- var iframe_content_height = Math.max(body.scrollHeight,body.offsetHeight,html.clientHeight,html.scrollHeight,html.offsetHeight)+20;
- window.parent.document.getElementById('iframe_id').height = iframe_content_height+'px';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement