jquery obtiene la altura del contenido de iframe cuando se carga Solución: ok finalmente encontré una buena solución: $(‘iframe’).load(function() { this.style.height = this.contentWindow.document.body.offsetHeight Leer Más