import wixWindow from 'wix-window'; import wixLocation from 'wix-location'; function open_Lightbox(){ let query = wixLocation.query; var goto = query.name; wixWindow.openLightbox(goto); } $w.onReady(function () { open_Lightbox(); });
top of page

Entrance

bottom of page