Hello, is there code that makes the lightbox load as soon as the homepage is loaded. As of now it takes 15 seconds after home page.

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?