我的网站上有问题,正在使用猫头鹰转盘,我面临的问题是,当我单击任何一个小画廊时,它都无法预览图像。 这是图片https://i.stack.imgur.com/zFtp4.png
这是缩略图上的点击事件功能:
function() {
var iframes = $('iframe.ab__vg-image_gallery_video.hidden');
iframes.each(function() {
ab__toogle_video($(this).get(0));
});
}