Advertisement
darrenbachan

Untitled

Jun 17th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.23 KB | None | 0 0
  1. <div class="container-fluid" id="gallery" data-type="slideTo-target" data-id="gallery" data-title="Gallery">
  2.             <div class="texture top texture-light-grey-top"></div>
  3.             <section>
  4.                 <div class="row">
  5.                     <div id="owl-gallery" class="owl-theme owl-carousel">
  6.                         <div class="item">
  7.                             <img class="featurette-image img-responsive center-block" src="<?php bloginfo('template_url'); ?>/img/gallery/1.jpg" alt="">
  8.                         </div>
  9.                         <div class="item">
  10.                             <img class="featurette-image img-responsive center-block" src="<?php bloginfo('template_url'); ?>/img/gallery/2.jpg" alt="">
  11.                         </div>
  12.                         <div class="item">
  13.                             <img class="featurette-image img-responsive center-block" src="<?php bloginfo('template_url'); ?>/img/gallery/3.jpg" alt="">
  14.                         </div>
  15.                         <div class="item">
  16.                             <img class="featurette-image img-responsive center-block" src="<?php bloginfo('template_url'); ?>/img/gallery/4.jpg" alt="">
  17.                         </div>
  18.                         <div class="item">
  19.                             <img class="featurette-image img-responsive center-block" src="<?php bloginfo('template_url'); ?>/img/gallery/5.jpg" alt="">
  20.                         </div>
  21.                     </div>
  22.                 </div><!--end row-->
  23.             </section>
  24.     </div><!--end container-fluid-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement