function resizeIframe(obj) { obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px'; } 출처 : http://stackoverflow.com/questions/9975810/make-iframe-automatically-adjust-height-according-to-the-contents-without-using Make iframe automatically adjust height according to the contents without using scrollbar? For example:
원문 링크 : iframe auto resize