First of all, thank you very much for all your work on this great plugin.
The problem I found:
When you try to scroll 2 items on the circular carousel, at some point it'll scroll only one item.
How to reproduce:
If you go to the demo:
http://plugins.learningjquery.com/jcarousellite/demo/
and scroll items through the console using this code:
$(".slideshow").trigger('go', '+=2');
after third time it'll scroll only one item, and not two. Backward scroll works fine.
Hi,
First of all, thank you very much for all your work on this great plugin.
The problem I found: When you try to scroll 2 items on the circular carousel, at some point it'll scroll only one item.
How to reproduce: If you go to the demo: http://plugins.learningjquery.com/jcarousellite/demo/ and scroll items through the console using this code: $(".slideshow").trigger('go', '+=2'); after third time it'll scroll only one item, and not two. Backward scroll works fine.
I hope that makes sense. Thanks!