Gorenje Kuchnia ceramiczna GECS5B70CLI
2336,00 zł
Produkt jest dostępny u partnera.
Opis produktu
const iframe = document.getElementById('myIframe'); iframe.addEventListener('load', () = { const iframeWindow = iframe.contentWindow; const iframeDocument = iframe.contentDocument || iframeWindow.document; if (!iframeDocument) return; let lastHeight = 0; const checkAndResize = () = { const newHeight = Math.max( iframeDocument.body.scrollHeight, iframeDocument.documentElement.scrollHeight ); ... (zobacz więcej)