私の caroufredsel カルーセルは、一度に 8 つの画像を表示し、画面をスライドして別の 8 つの画像を表示しています。4 つのスライドの後、カルーセルはあるべき場所にスナップし、それ以降はすべての画像が正しく表示されます。私は何か間違ったことをしていますか?見逃した設定を使用する必要がありますか? ここにリンクがあります。
http://dev.mattresstime.co.uk/cheapbeds/mattresstime/index.php
これはjQueryです
$j("#manufacturer_list").carouFredSel({
width:904,
height: 81,
items: {
visible: 8,
minimum: 1,
width: 113,
height: 81
},
scroll: {
pauseOnHover: true
},
swipe: {
onTouch : true,
onMouse : true
},
prev : "#prev_button",
next : "#next_button"
});