Una Cena Algo Peculiar
Tiempo de escucha: 32:10 minutos.
"Una Cena Algo Peculiar"
Autor
Miguel Galaraza Hernández
Ir al perfil de...
function setIframeHeight() {
var iFrameID = document.getElementById('iframe1');
if(iFrameID) {
iFrameID.height ="100%";
iFrameID.height = iFrameID.contentWindow.document.body.scrollHeight + "px";
}
}
Todavía no hay reseñas.