gpt4 book ai didi

jquery - 画廊灯箱在 Firefox 中不工作

转载 作者:行者123 更新时间:2023-12-01 05:31:39 25 4
gpt4 key购买 nike

我正在使用带 lighbox 选项的 Galleria,它在 Chrome 和其他浏览器中运行良好,但在 Mozilla 中不起作用。

<script> 
jQuery(document).ready(function() {

// Load the classic theme
Galleria.loadTheme('js/galleria.classic.min.js');

// Initialize Galleria
Galleria.run('#flexy_gallery', {

showInfo:true,
showCounter:false,

// search flickr for "Cantonese food"
flickr: 'search: cartoon',
flickrOptions: {
// sort by interestingness
sort: 'interestingness-desc'
},
description : true ,

});

Galleria.configure({
lightbox: true
});




});

</script>

我调试了 Galleria JS,发现它进入了 Mozilla Fire Fox 的滑动功能之一,因此它无法打开灯箱

if ( swipe ) {

//Mozilla goes inside this loop and due to this it does not call **_show** function


} else {

//for other browser it goes inside this loop and works fine
protoArray.push.call( this._queue, {
index : index,
rewind : rewind
});
if ( !this._queue.stalled ) {
this._show();
}
}

最佳答案

这样做:

Galleria.configure({
lightbox: true,
swipe:false
});

关于jquery - 画廊灯箱在 Firefox 中不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36838285/

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