Skip to content

Instantly share code, notes, and snippets.

@atstyle
Created January 23, 2014 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atstyle/8573440 to your computer and use it in GitHub Desktop.
Save atstyle/8573440 to your computer and use it in GitHub Desktop.
Bootstrap 2.3 Carousel
<div id="myCarousel" class="carousel">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item">...</div>
<div class="item">...</div>
<div class="item">...</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">&lsaquo;</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment