Created
January 25, 2013 22:11
-
-
Save alanthonyc/4638394 to your computer and use it in GitHub Desktop.
sample for bootstrap carousel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<hr> | |
<div id="myCarousel" class="carousel slide"> | |
<!-- Carousel items --> | |
<div class="carousel-inner"> | |
<div class="active item"><div class="offset1"><h4><img src="http://photos3.meetupstatic.com/photos/member/3/1/5/8/highres_69732632.jpeg" height=80 width=80px></h4><h1>Erna Kay</h1></div></div> | |
<div class="item"><div class="offset1"><h4><img src="http://photos1.meetupstatic.com/photos/member/f/0/8/member_11139848.jpeg" height=80 width=80></h4><h1>Anthony C</h1></div></div> | |
<div class="item"><div class="offset1"><h4><img src="http://photos2.meetupstatic.com/photos/member/3/f/f/4/highres_84856372.jpeg" height=80 width=80></h4><h1>Joe Becci</h1></div></div> | |
</div> | |
<!-- Carousel nav --> | |
<a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a> | |
<a class="carousel-control right" href="#myCarousel" data-slide="next">›</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment