<iframe src="https://aplikacja.crm-ngo.pl/zbiorki.php?foundation_id=18" scrolling="no" frameBorder="0" onload="scrollToIframe()"> style="width: 100%;" id="crm-zbiorki" allow="clipboard-read; clipboard-write"></iframe> <script> window.addEventListener('message', function(event) { if (event.data.wysokosc) { const iframe = document.getElementById('crm-zbiorki'); if (iframe) { iframe.style.height = event.data.wysokosc + 'px'; } } }); </script><script> window.addEventListener('message', function(event) { if (event.data.wysokosc) { const iframe = document.getElementById('crm-zbiorki'); if (iframe) { iframe.style.height = event.data.wysokosc + 'px'; } } }); </script> <script> let iframeLoadCount = 0; function scrollToIframe() { iframeLoadCount++; console.log('iframeLoadCount:', iframeLoadCount); if (iframeLoadCount === 1) { return; } const iframe = document.getElementById('crm-zbiorki'); if (iframe) { const rect = iframe.getBoundingClientRect(); // Sprawdzenie szerokości ekranu const headerHeight = 80; window.scrollTo({ top: window.scrollY + rect.top - headerHeight, behavior: 'smooth' }); } } </script>