Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="container-fluid" id="gallery" data-type="slideTo-target" data-id="gallery" data-title="Gallery">
- <div class="texture top texture-light-grey-top"></div>
- <section>
- <div class="row">
- <div id="owl-gallery" class="owl-theme owl-carousel">
- <div class="item">
- <img class="featurette-image img-responsive center-block" src="<?php bloginfo('template_url'); ?>/img/gallery/1.jpg" alt="">
- </div>
- <div class="item">
- <img class="featurette-image img-responsive center-block" src="<?php bloginfo('template_url'); ?>/img/gallery/2.jpg" alt="">
- </div>
- <div class="item">
- <img class="featurette-image img-responsive center-block" src="<?php bloginfo('template_url'); ?>/img/gallery/3.jpg" alt="">
- </div>
- <div class="item">
- <img class="featurette-image img-responsive center-block" src="<?php bloginfo('template_url'); ?>/img/gallery/4.jpg" alt="">
- </div>
- <div class="item">
- <img class="featurette-image img-responsive center-block" src="<?php bloginfo('template_url'); ?>/img/gallery/5.jpg" alt="">
- </div>
- </div>
- </div><!--end row-->
- </section>
- </div><!--end container-fluid-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement