mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add carousel indicators to example
This commit is contained in:
parent
e183dd46a2
commit
1816483baa
1 changed files with 6 additions and 0 deletions
|
@ -273,6 +273,12 @@ body {
|
|||
<!-- 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="">
|
||||
|
|
Loading…
Add table
Reference in a new issue