bla*_*899 1 helper thumbnails button fancybox
如何使用按钮帮助器和缩略图助手添加fancybox?
是否可以将按钮(按钮助手)放在图像下面,以便我可以观看和选择我想要看到的内容?
按钮
$(document).ready(function() {
$(".fancybox-button").fancybox({
prevEffect : 'none',
nextEffect : 'none',
closeBtn : false,
helpers : {
title : { type : 'inside' },
buttons : {}
}
});
Run Code Online (Sandbox Code Playgroud)
});
和缩略图代码
$(document).ready(function() {
$(".fancybox-thumb").fancybox({
prevEffect : 'none',
nextEffect : 'none',
helpers : {
title : {
type: 'outside'
},
overlay : {
opacity : 0.8,
css : {
'background-color' : '#000'
}
},
thumbs : {
width : 50,
height : 50
}
}
});
Run Code Online (Sandbox Code Playgroud)
});
我有点新的JavaScript我无法让它工作.
我想要做的是将它们混合在一起并将按钮放在底部
PS我还可以使用fancybox缩略图助手来处理Youtube视频吗?
您还可以加载jquery.fancybox-buttons和jquery.fancybox-thumbs JS和CSS从正规的fancybox js和css文件文件分开.它们位于zip文件的子目录"helpers"下.