kswedberg / jquery-carousel-lite

A jQuery carousel plugin based on jCarouselLite by Ganeshji Marwaha
MIT License
177 stars 59 forks source link

Problem if the number of items equals the number that are configured to be visible #23

Closed matse closed 11 years ago

matse commented 11 years ago

Example: http://jsfiddle.net/wq4y6/3/

Number of items is 4, and so is visible. Now in the second rotation item 1 jumps to number 2 of the prepending set.

kswedberg commented 11 years ago

Thanks for the report, @matse!