iframe height - not cross domain

by ian_smithz

JavaScript

$('iframe').load(function() {
                this.style.height = this.contentWindow.document.body.offsetHeight + 'px';
            });