Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一度に5つのアイテムを表示し、一度に4つ移動してjcarouselを変更しようとしていますが、次のコードを実装しています:
$('#mycarousel').jcarousel({ scroll: 4 });
一度に移動できるアイテムは 3 つだけです。
これは機能します:
$('#mycarousel').jcarousel({ scroll: 1 });
アイテムを 1 つだけ移動しますが、3 つを超えると、それ以上移動しません。
何か案は?