gpt4 book ai didi

javascript - Fancybox - 如何默认显示缩略图?

转载 作者:行者123 更新时间:2023-11-29 20:50:24 24 4
gpt4 key购买 nike

如何默认显示这些缩略图? enter image description here

实时代码示例 here
我正在使用 Fancybox api 通过点击打开灯箱。

        $.fancybox.defaults.buttons = ["zoom", "thumbs", "close" ];

$('.fancybox-btn').click(function () {
$.fancybox.open([
{
src : 'http://placehold.it/300x200?text=1',
opts : {
thumb : 'http://placehold.it/300x200?text=1'
}
},
{
src : 'http://placehold.it/300x200?text=2',
opts : {
thumb : 'http://placehold.it/300x200?text=2'
}
}
]);
});

最佳答案

thumbs : { autoStart : true, }, 选项添加到 $.fancybox.open 的第二个参数:

{
loop : false,
thumbs : {
autoStart : true,
},
}

关于javascript - Fancybox - 如何默认显示缩略图?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52225464/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com