I'm using the Gallery Lightbox Lite plugin in my website for gallery popup option but I want open popup automatics after page load, do you have any javascript help me for this ?
note: this is the link to gallery https://www.360cdm.ae/milanoorchid/en/services/kitchens/
I mean when browse this page open the gallery automatics
Best regards
If you were using Fancybox5, it could be started on page load like this:
Fancybox.fromNodes(Array.from(document.querySelectorAll('[data-fancybox="gallery"]')));