HEX
Server: Apache
System: Linux server 5.4.0-56-generic #62-Ubuntu SMP Mon Nov 23 19:20:19 UTC 2020 x86_64
User: losadagest (10000)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/aceitunaslosada.com/insta-gallery/templates/item/item-video.php
<div class="insta-gallery-image-wrap">
  <a class="insta-gallery-link" href="<?php echo esc_url($item['link']); ?>" target="_blank">
    <video <?php if ($feed['layout'] != 'carousel' && $feed['lazy']) : echo 'loading="lazy"';
            endif; ?> alt="Instagram" class="insta-gallery-image <?php if ($feed['lazy']) : echo 'swiper-lazy';
                                                                endif; ?>" loop>
      <source src="<?php echo esc_url($image); ?>">
    </video>
    <?php if ($feed['mask']['display']) : ?>
      <?php include(QLIGG_Frontend::template_path('item/item-image-mask.php')); ?>
    <?php endif; ?>
  </a>
  <?php if ($item['type'] == 'video' || $item['file_type'] == 'video') : ?>
    <i class="insta-gallery-icon qligg-icon-video"></i>
  <?php elseif ($item['type'] == 'carousel') : ?>
    <i class="insta-gallery-icon qligg-icon-gallery"></i>
  <?php endif; ?>
  <a class="insta-gallery-icon qligg-icon-instagram" href="<?php echo esc_url($item['link']); ?>" target="_blank"></a>
</div>