"Carousel with Gallery Thumbs for use on http://anon.pics"
Bootstrap 3.3.0 Snippet by pukey22

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ----------> <div class="row"> <div class="col-sm-6"> <ul class="suggested-list"> <li class="col-xs-4 col-sm-4 col-md-3"> <a class="thumbnail"><img src="http://placehold.it/150x150&text=1"></a> </li> </ul> </div> </div>
.suggested-list { list-style:none; margin-top:20px; } .thumbnail { padding: 0; }

Related: See More


Questions / Comments: