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 回答