top of page

Blue Bridge Group

Public·133 members

The article is well structured and the ideas are expressed clearly. The concepts are explained gradually and are easy to follow. I have already reread some sections to explore certain aspects better. It is rare to find content so well structured on this topic.

https://icpg.info/

3 Views
bottom of page
window.addEventListener('message', function(event) { if (!event.data || typeof event.data !== 'object') return; if (event.data.type !== 'setHeight' || !event.data.height) return; // Find which iframe sent this message by matching its contentWindow var iframes = document.querySelectorAll('iframe[name="htmlComp-iframe"]'); iframes.forEach(function(iframe) { if (iframe.contentWindow === event.source) { // Walk up to the Wix container div and override the fixed height var container = iframe.closest('[id^="comp-"]'); if (container) { container.style.height = event.data.height + 'px'; } iframe.style.height = event.data.height + 'px'; } }); });