<?php $this->block('content'); ?> <div class="swiper-slide slide_<?= $this->id ?>"> <?php if ($this->eSM_addImage && ($this->src || count($this->videoFiles))): ?> <div class="swiper-background"> <?php if ($this->videoFiles): ?> <video class="no-mejs" autoplay loop muted> <?php foreach ($this->videoFiles as $video): ?> <source src="<?php echo TL_FILES_URL . $video->path ?>" type="video/<?php echo $video->extension ?>"> <?php endforeach ?> </video> <?php endif; ?> </div> <style> <?= $this->backgroundStyle ?> <?php if ($this->backgroundStyleResponsive): ?><?= $this->backgroundStyleResponsive ?><?php endif; ?> </style> <?php endif; ?> <div class="slide-content"> <?php $this->endblock(); ?>