2016-04-25 58 views
2

我使用的燈箱選項,其罰款與鉻和其他瀏覽器罰款罰款,但在Mozilla中無法正常工作。環球免稅店的燈箱在firefox中不工作

<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> 

我調試廣場js和發現它會在在Mozilla火狐狸的刷卡功能之一,因爲它不會打開收藏夾

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(); 
    } 
} 
+0

可能:http://support.galleria.io/discussions/problems/11136-it-doesnt-work-on-last-mozilla-f。它解決了在拱廊v1.3.6 –

+0

我已經使用拱廊1.4.2,但仍然問題在Firefox的燈箱 –

回答

0

不喜歡它:

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