top of page
![](https://static.wixstatic.com/media/ff1456_11baf364cd7642269f80bed30950fb1d~mv2.jpg/v1/fill/w_1920,h_1280,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/ff1456_11baf364cd7642269f80bed30950fb1d~mv2.jpg)
bottom of page
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(); });