iframe height - not cross domain
by ian_smithz
JavaScript
$('iframe').load(function() {
this.style.height = this.contentWindow.document.body.offsetHeight + 'px';
});
by ian_smithz
$('iframe').load(function() {
this.style.height = this.contentWindow.document.body.offsetHeight + 'px';
});