我爲化妝師創建了一個網站,並且我正在使用Galleria進行投資組合。我在IE8中的imagePosition屬性有問題。即使我使用imagePosition:'center',是位於IE8左側的圖像。 (其它瀏覽器圖像居中)環球免稅店 - 在IE8中的imagePosition問題(galleria.aino.se)
下面是代碼:
function initGalleria(){
$('#galleria').galleria({
debug:true,
imageCrop:'height',
imagePan:true,
imagePanSmoothness:10,
imagePosition:'center',
transition:'fade',
transitionSpeed:500,
idleTime:1000,
queue:false,
extend: function() {
this.attachKeyboard({
left: this.prev, // applies the native prev() function
right: this.next
});
this.addIdleState(this.get('thumbnails-container'), {
opacity: 0
});
this.addIdleState(this.get('info-link'), {
opacity: 0
});
}
});
}
...和link to the website我的工作。
你有什麼建議嗎?
謝謝。
您的.scrollable .items的樣式寬度爲20000em; – Jawad