jcarouselliteで簡単なスライダーを作成しましたが、別のものを作成する必要があります。
最初の可視画像を大きくする必要があります。どうすればよいですか?または、スライダーで最初に表示される画像を選択するにはどうすればよいですか?
jcarouselliteで簡単なスライダーを作成しましたが、別のものを作成する必要があります。
最初の可視画像を大きくする必要があります。どうすればよいですか?または、スライダーで最初に表示される画像を選択するにはどうすればよいですか?
@option start : number - default is 0 @example $(".carousel").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
start: 2 }); @desc You can specify from which item the carousel should start. Remember, the first item in the carousel has a start of 0, and so on.