0

jcarouselliteで簡単なスライダーを作成しましたが、別のものを作成する必要があります。

最初の可視画像を大きくする必要があります。どうすればよいですか?または、スライダーで最初に表示される画像を選択するにはどうすればよいですか?

4

1 に答える 1

0
@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.
于 2013-03-04T22:16:12.560 に答える