"Bootstrap Carousel Slider Example - vijaychauhanssn"
Bootstrap 3.0.0 Snippet by vijaychauhanssn

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ----------> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <section class="banner2"> <div class="container"> <div class="row"> <div class="row"> <div class="col-md-3"> <!-- Controls --> <div class="controls pull-right hidden-xs"> <span id="views_slideshow_controls_text_previous_slider_home_offers-block" class="views-slideshow-controls-text-previous views_slideshow_controls_text_previous views-slideshow-controls-text-previous-processed"><a href="#carousel-example-generic" data-slide="prev"></a></span> <a class="left fa fa-chevron-left btn btn-primary" href="#carousel-example-generic" data-slide="prev"></a> <a class="right fa fa-chevron-right btn btn-primary" href="#carousel-example-generic" data-slide="next"></a> </div> </div> </div> <div id="carousel-example-generic" class="carousel slide hidden-xs" data-ride="carousel"> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <div class="row"> <div class="col-sm-4"> <div class="col-item"> <div class="photo"> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTSHnhgikAsQH0419aKwMkeGcm-5VdioyATi6AmxCa5GFWBLhj1FNxLJEsL" class="img-responsive" alt="a" /> </div> </div> </div> </div> </div> <div class="item"> <div class="row"> <div class="col-sm-4"> <div class="col-item"> <div class="photo"> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTSHnhgikAsQH0419aKwMkeGcm-5VdioyATi6AmxCa5GFWBLhj1FNxLJEsL" class="img-responsive" alt="a" /> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section>

Related: See More


Questions / Comments: