Using bootstrap.js version 2.02
I\'m trying to get the Twitter Bootstrap Carousel to automatically cycle as soon as someone visits my site. Right now, the auto cycl
There is one more way to automatically cycle the bootstrap carousel.
use data-ride="carousel" attribute. It tells the bootstrap to begin animating the carousel immediately when the page loads.
data-ride="carousel"