0
我已經使用了Flex Slider從http://flexslider.woothemes.com/thumbnail-slider.html 並在此滑塊中最後一張幻燈片未顯示圖像的全寬。 同樣,當我們將滑塊導航至最後一個圖像 時,當前的第一張幻燈片不能正確顯示。Flex滑塊最後一張幻燈片沒有開啓/顯示完整圖片
需要幫助..
我已經使用了Flex Slider從http://flexslider.woothemes.com/thumbnail-slider.html 並在此滑塊中最後一張幻燈片未顯示圖像的全寬。 同樣,當我們將滑塊導航至最後一個圖像 時,當前的第一張幻燈片不能正確顯示。Flex滑塊最後一張幻燈片沒有開啓/顯示完整圖片
需要幫助..
嘗試調整itemMargin,你包括下面的腳本:
$(window).load(function() {
// The slider being synced must be initialized first
$('#carousel').flexslider({
animation: "slide",
controlNav: false,
animationLoop: false,
slideshow: false,
itemWidth: 210,
itemMargin: 5,
asNavFor: '#slider'
});