templates/porfolio/include_pop_up_gallery.html.twig line 1

Open in your IDE?
  1. <div class="col-lg-3 col-sm-3 col-xs-12 col-md-6 wow zoomIn animated">
  2.     <a href="{{ asset("images/gallery-thumb/full-pic/#{img_name}") }}" class="gallery-box" rel="alternate"><!-- full image -->
  3.         <img src="{{ asset("images/gallery-thumb/#{thumb_name}") }}" class="img-responsive" alt=""><!-- thumb image -->
  4. {#        <div class="gallery-box-caption"><!-- caption here -->#}
  5. {#            <div class="gallery-box-caption-content">#}
  6. {#                <div class="project-category text-faded at-text-uppercase">#}
  7. {#                    <h3>our experiences</h3>#}
  8. {#                </div>#}
  9. {#                <hr>#}
  10. {#                <div class="project-name">#}
  11. {#                    <p><3</p><p>#}
  12. {#                    </p></div>#}
  13. {#            </div>#}
  14. {#        </div>#}
  15.     </a>
  16. </div>