I was trying to costumize the Canvas template replacing the movie in the slider with anothe I bought in Envato Market but it doesn't play the movie, however if put back the original it is played without problem.
This is the code:
<div class="video-wrap">
<video id="slide-video" preload="auto" loop autoplay muted>
<source src='<?php echo $this->webroot."pics/17_MTE0Nw.mov" ?>' type='video/mov' />
</video>
<div class="video-overlay" style="background-color: rgba(0,0,0,0.55);"></div>
</div>
Any ideas?
