我正在使用Galleria(http://galleria.io/)並動態生成圖像到圖庫,偶爾有一個圖庫只包含一個圖像的情況, d像畫廊出現沒有縮略圖容器,我怎麼能這樣做?如果Galleria只有一個圖像,則不要顯示縮略圖
任何幫助非常感謝!
我對初始化當前的腳本是:
Galleria.loadTheme('assets/js/galleria.classic.min.js');
// Initialize Galleria
Galleria.run('#galleria', {
show: selectedIndex,
showInfo: false,
swipe: true,
imageCrop: false,
responsive:true,
showCounter:true,
thumbnails:true,
lightbox: true,
trueFullscreen:true,
extend: function() {
this.bind(Galleria.IMAGE, function() {
$('#description').html(this.$('info-title').html());
$('.galleria-lightbox-title').html(this.$('info-title').html());
})
}
});
是的,這個工程,謝謝! – nikoka 2014-10-03 13:05:42