Reputation: 1521
I have a slider from one online tutorial: http://jsfiddle.net/RXpjM/
The good thing is that I understand that code (how it works etc.). The problem is that now I want to change the "going back to the beginning" option. As you can see now it just slide from the last (image4) to the first one (image1), but it shows all others images (it goes from right to the left). I want it to simply go from image4 to image1, just like there was another image after image4.
Any ideas how to do that?
Upvotes: 0
Views: 820
Reputation: 14827
I think what you want is normally called as Carousel
Example: http://jsfiddle.net/zCe3j/3/
Upvotes: 1