I am now trying to write a code that opens a lightbox on Mousin() event of the home page.
import wixWindow from ‘wix-window’;
export function page1_mouseIn(event, $w) {
//Add your code for this event here:
wixWindow.openLightbox(“lightbox1”);
}
It isn’t working. Nothing happens at all. Is there another way of doing this?