Assembled Mixed Media Gallery (v2 - High Compatibility)

Our Projection Services

Art AugmentationArt Augmentation
Car ProjectionCar Projection
Ceiling ProjectionCeiling Projection
Corporate & MarketingCorporate & Marketing
Dance & ConcertsDance & Concerts
Floor ProjectionFloor Projection
Holidays & SeasonalHolidays & Seasonal
Immersive Art ExhibitionsImmersive Art Exhibitions
Outdoor Building ProjectionOutdoor Building Projection
Private Events & PartiesPrivate Events & Parties
WeddingsWeddings
×
if (lightbox && !lightbox.dataset.cgmListener) { lightbox.addEventListener('click', (event) => { if (event.target === lightbox) closeLightbox(); }); lightbox.dataset.cgmListener = 'true'; } const handleEscapeKey = (event) => { if (event.key !== 'Escape' && event.key !== 'Esc') return; if (lightbox.classList.contains('is-open')) { closeLightbox(); } else { const openModal = document.querySelector('.cgm-modal.is-open'); if (openModal) closeModal(openModal); } }; window.removeEventListener('keydown', handleEscapeKey); window.addEventListener('keydown', handleEscapeKey); } // Robust initialization for Squarespace 7.0 if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', CgmGalleryInit); } else { CgmGalleryInit(); } window.addEventListener('mercury:load', CgmGalleryInit);