F
Francisco CignaOct 21, 2021
Dear sr, this code works great in pc and mac but in mobile show the poster picture, is any way to make it work on mobile, thanks a lot.
code:
<!--video -->
<div class="video-wrap">
<video id="slide-video" poster="images/video/poster.jpg" preload="auto" loop autoplay muted>
<source src='images/video/myvideo.webm' type='video/webm' />
<source src='images/video/myvideo.mp4' type='video/mp4' />
</video>
</div>
