我正在尝试聚焦于幻灯片放映中处于活动状态的缩略图-当我单击另一幅图像时,或者下一张缩略图需要聚焦于该图像上。
这是我的代码
$('.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
},
})