Skip to content

Commit

Permalink
Add carousel indicators to example
Browse files Browse the repository at this point in the history
  • Loading branch information
burnsra committed Apr 1, 2013
1 parent ff36332 commit 994e368
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,12 @@
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="../../assets/img/examples/slide-01.jpg" alt="">
Expand Down

0 comments on commit 994e368

Please sign in to comment.