basilio / responsiveCarousel

Simple carousel
MIT License
113 stars 64 forks source link

How stop the end of the carousel #25

Closed danasteren closed 10 years ago

danasteren commented 10 years ago

Hello community, I like to not continue infinitely the carousel, how I do that? thanks

basilio commented 10 years ago

Hi @danasteren, Just add the option infinite: false to the carousel call. I haven't added this on the main documentation, but it works fine:

$('#gallery').carousel({ infinite : false });

Tell me if this works for you.

danasteren commented 10 years ago

Perfect! thank you ;)

basilio commented 10 years ago

Great!

ramkumarmk commented 10 years ago

Add it to the documentation. came a long way here.