Hello,
Apologies for the Delays in replying and Thanks for your Patience!
The Slider will not autoplay if it is not muted. It is not controlled by us but the Browsers. If you are planning to use just the Video, it is recommended to remove the entire Slider Area. Simply replace the existing #slider block with the following code:
<section id="slider" class="slider-element min-vh-100 dark include-header">
<div class="slider-inner">
<div class="container">
<div class="slider-caption slider-caption-center">
<h2 data-animate="fadeInUp">Welcome to Canvas</h2>
</div>
</div>
<a href="#" id="video-slider-mute" class="video-muted"><i class="icon-line2-volume-2"></i><i class="icon-line2-volume-off"></i></a>
<div class="video-wrap" style="z-index: 1;">
<video id="slide-video" poster="images/videos/explore-poster.jpg" preload="auto" loop autoplay muted>
<source src='images/videos/explore.mp4' type='video/mp4' />
<source src='images/videos/explore.webm' type='video/webm' />
</video>
<div class="video-overlay" style="background-color: rgba(0,0,0,0.45);"></div>
</div>
</div>
</section>
This should definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.