如何在活动图像fancybox上聚焦缩略图?

时间:2019-04-05 09:59:14

标签: jquery html css3 fancybox fancybox-2

我正在尝试聚焦于幻灯片放映中处于活动状态的缩略图-当我单击另一幅图像时,或者下一张缩略图需要聚焦于该图像上。

这是我的代码

$('.fancyfunc').fancybox({
    loop: true,
    animationDuration: 500,
    margin: [44, 0, 22, 0],
    autoPlay: true,
    playSpeed: 5000,
    maxWidth: 1005,
    maxHeight: 615,
    width: 1005,
    height: 615,
    autoSize: true,
    closeBtn: true,

    thumbs: {
        autoStart: true,
        axis: 'x',
        width: 170,
        height: 104,
        arrows: true
    },
})

0 个答案:

没有答案