I am confused on how to code the prefetch lightbox. I need to make the lightboxes load faster because I am loading them on an android tablet. my current code is. Can someone help where to put the code in? Thanks
$w.onReady( function () {
//TODO: write your page related code here…
}); import wixWindow from ‘wix-window’;
$w.onReady( function () {
setTimeout( function () {wixWindow.lightbox.close()}, 7000);
} );