L
LeeJun 28, 2023
Is there a sample page on the slider that is YouTube background instead of video?
<!-- Second Slide -->
<div class="swiper-slide dark">
<!-- Slider Content -->
<div class="video-wrap">
<video id="slide-video" poster="your-video-poster.jpg" preload="auto" loop autoplay muted>
<source src='your-video.webm' type='video/webm' />
<source src='your-video.mp4' type='video/mp4' />
</video>
<div class="video-overlay" style="background-color: rgba(0,0,0,0.55);"></div>
</div>
</div>