Hi, I am using the canvas swiper slider as a the homepage slider 1 and movie slider 2. Now displaying the movie from site is taking a long loading time, I want to try it true youtube hoping that it will take less time, also including a lower data-loader-timeout as I have learned on this forum.
My movie slider is as followed and My goal is to replace this with a youtube version, any options out there?
Kind regards, Camiel
<div class="swiper-slide dark">
<div class="container clearfix">
<div class="slider-caption slider-caption-center">
<h2 data-animate="fadeInUp">Captain Mac repareert al Macs sinds 2009</h2>
<p class="d-none d-sm-block" data-animate="fadeInUp" data-delay="200">Er zijn geen problemen op de Mac waar we niet al eens een klant mee geholpen hebben.</p>
</div>
</div>
<div class="video-wrap">
<video poster="images/video/intro.jpg" preload="auto" loop autoplay muted>
<source src='images/video/intro.mp4' type='video/mp4' />
<source src='images/video/intro.webm' type='video/webm' />
</video>
<div class="video-overlay" style="background-color: rgba(0,0,0,0.55);"></div>
</div></div>
