6.38.2 Video Gallery Item View in a new window

Video gallery item in the gallery list.

Twig: components/video-gallery/video-gallery-item.twig

Example
Markup
<div class="video-gallery__item">
  <div class="video-embed-field-lazy">
    <img src="/themes/uts_theme/src/templates/event-example.jpg" alt="">
    <div class="video-embed-field-lazy-play"></div>
  </div>
  <h3 class="video-gallery__item-title">Caption for video goes here</h3>
</div>