top of page
Blue Abstract Flames

Blue Bridge Events

Discover upcoming events, explore our event series, and secure your spot at engaging, forward-thinking conversations.

EVENTS ARCHIVE

Missed a Featured Event?

If you missed an event or couldn’t make it live, you can explore our recorded events and conversations to catch up on insights, stay informed, and remain part of the community.

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'; } }); });