gpt4 book ai didi

jquery - 下一个和上一个按钮在 fancybox jquery 中不可见

转载 作者:行者123 更新时间:2023-12-01 06:17:29 25 4
gpt4 key购买 nike

jquery

$(".gallery_bg").fancybox({//displaying images

/*openEffect : 'elastic',
closeEffect : 'elastic',
'cyclic':'true',
'scrolling':'yes',
'showNavArrows':'true',
helpers : {
title : {
type : 'inside'
}
}
*/
openEffect : 'elastic',
closeEffect : 'elastic',
showNavArrows : true,
closeBtn : false,
helpers : {
title : { type : 'inside' },
buttons : {}
}

});

我已经包含了 style.css

#fancybox-left-ico {
left: 20px;
}

#fancybox-right-ico {
right: 20px;
left: auto;
}

添加后我看不到下一个和上一个图标?

jsfiddle link

最佳答案

在用户在 html 页面中单击的 anchor 标记上,请确保在 anchor 标记内包含 rel="group"。这应该会自动拉入下一个和上一个按钮。

关于jquery - 下一个和上一个按钮在 fancybox jquery 中不可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9172832/

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