"LIbrary Construction Carousel"
Bootstrap 3.2.0 Snippet by rhondak

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <style type="text/css">.carousel-caption { position: relative; left: 0%; right: 0%; bottom: 0px; z-index: 10; padding-top: 0px; padding-bottom: 0px; color: #000; text-shadow: none; & .btn { text-shadow: none; // No shadow for button elements in carousel-caption } } .carousel { position: relative; } .controllers { position: absolute; top: 0px; } .carousel-control.left, .carousel-control.right { background-image: none; } </style> <div class="carousel slide" data-ride="carousel" id="carousel-example-generic"><!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <div class="holder col-sm-8"> <img class="img-responsive" src="https://s3.amazonaws.com/libapps/accounts/565/images/2014-09-15_14.53.00.jpg" /> </div> <div class="col-sm-4"> <div class="carousel-caption"> <h1>Welcome to the Website of the New Library Construction Project </h1> This site will chronicle the project as it develops from "Visioning" to "Completion". The project steering committee invites input on the project, especially during visioning and designing phases of the project. Please check back periodically for project updates. </br> </br> </br> Bradenton Campus Library Today Before New Construction.</p> </br> </div> </div> </div> <div class="item"> <div class="holder col-sm-8"> <img class="img-responsive" src="https://s3.amazonaws.com/libapps/accounts/565/images/2014-09-15_14.53.05.jpg" /></a></div> <div class="col-sm-4"> <div class="carousel-caption"> </br> </br> </br></br> </br> </br> <h1>Front of Building</h1> </br> </br> </br> Bradenton Campus Library Today Before New Construction.</p> </div> </div> </div> <div class="item"> <div class="holder col-sm-8"> <img class="img-responsive" src="https://s3.amazonaws.com/libapps/accounts/565/images/2014-09-15_14.54.43.jpg" /></div> <div class="col-sm-4"> <div class="carousel-caption"> </br> </br> </br> </br> </br> </br> <h1>Building Entry</h1> </br> </div> </div> </div> </div> <div class="controllers col-sm-8 col-xs-12"><!-- Controls --><a class="left carousel-control" data-slide="prev" href="#carousel-example-generic"><span class="glyphicon glyphicon-chevron-left"></span> </a> <a class="right carousel-control" data-slide="next" href="#carousel-example-generic"> <span class="glyphicon glyphicon-chevron-right"></span> </a> <!-- Indicators --> <ol class="carousel-indicators"> <li class="active" data-slide-to="0" data-target="#carousel-example-generic"> </li> <li data-slide-to="1" data-target="#carousel-example-generic"> </li> <li data-slide-to="2" data-target="#carousel-example-generic"> </li> </ol> </div> </div>
.carousel .item { -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s; } .carousel .active.left, .carousel .active.right { left:0; opacity:0; z-index:2; } .carousel .next, .carousel .prev { left:0; opacity:1; z-index:1; } </style>

Related: See More


Questions / Comments: