Hi,
we continue with a slight problem with the video on index slider , now when looking at the page in different devices the video still dissapears (we added the force-full-screen you recomemnded), and instead of the video what it is shown in some of them is the image of the video poster. Can we arrange something to see always the video even if it is small but running , than the video poster image ?
the strange thing is that maybe we could understand this could be happening in small devices (some phones) , but it is also ocurring in a samsung galaxy tab A6 . Any idea to solve this ?
this is the code
<section id="slider" class="slider-element full-screen force-full-screen">
<div class="full-screen force-full-screen dark section nopadding nomargin noborder ohidden">
<div class="container clearfix">
<div class="slider-caption slider-caption-center">
<h2 data-animate="fadeInUp"> </h2>
<p class="d-none d-sm-block" data-animate="fadeInUp" data-delay="200"> </p>
</div>
</div>
<div class="video-wrap" id="slide-video">
<video poster="images/videos/bike-emotion-tenerife-poster.jpg" preload="auto" loop autoplay muted>
<source src='images/videos/bikeintenerife.mp4' id="slide-video" type='video/mp4' />
<source src='images/videos/bikeintenerife.webm' id="slide-video" type='video/webm' />
</video>
<div class="video-overlay" style="background-color: rgba(0,0,0,0.45);"></div>
</div>
</div>
</section>
and this is the page in our server http://ociodinamicomultimedia.es/Maquetas/BET-2019/index.html
Thanks in advance