templates/common/thumbnail_gallery.html.twig line 1

Open in your IDE?
  1. <!-- Thumbnail Gallery -->
  2. <a class="thumbnail-custom" data-lightgallery="item" href="{{ imgUrl }}">
  3.     <figure>
  4.         <img src="{{ imgUrl }}" alt="{{ alt }}" />
  5.         <figcaption class="thumbnail-custom-caption text-center">
  6.             <hr class="divider divider-xs bg-default" />
  7.         </figcaption>
  8.     </figure>
  9. </a>