英文:
lightbox wordpress gallery open popup automatics
问题
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
英文:
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
答案1
得分: 1
如果您正在使用 Fancybox5,它可以在页面加载时像这样启动:
Fancybox.fromNodes(Array.from(document.querySelectorAll('[data-fancybox="gallery"]')));
演示 - https://jsfiddle.net/kb72pct6/
英文:
If you were using Fancybox5, it could be started on page load like this:
Fancybox.fromNodes(Array.from(document.querySelectorAll('[data-fancybox="gallery"]')));
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论