<script src="js/spotlight.bundle.js"></script>
<script type="text/javascript">
const checkboxes = document.getElementsByTagName("input");
const gallery = [{
title: "Image 1",
description: "This is a description.",
src: "gallery/london-1758181.jpg"
},{
title: "Image 2",
description: "This is a description.",
src: "gallery/sea-1975403.jpg"
},{
title: "Image 3",
description: "This is a description.",
src: "gallery/newport-beach-2089906.jpg"
}];
window.showGallery = function(index){
Spotlight.show(gallery, {
index: index,
theme: "dark",
animation: [
checkboxes[0].checked && checkboxes[0].value,
checkboxes[1].checked && checkboxes[1].value,
checkboxes[2].checked && checkboxes[2].value,
checkboxes[3].checked && checkboxes[3].value
]
});
};
</script>
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
