top of page
HOME
ABOUT
WORK WITH ME
BLOG
CONNECT
MINDSET. RESET.
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(); });