function resizeIframe() { var iframe = document.getElementById("tuningIframe"); if (iframe) { iframe.style.height = iframe.contentWindow.document.body.scrollHeight + "px"; } } // Essaye de redimensionner l'iframe après le chargement window.addEventListener("load", function() { setTimeout(resizeIframe, 500); });

Ma garantie constructeur ?

Aller en haut