When I view my website on mobile devices, there is no background image displayed before playing a video. Below is the HTML code I am using:
<div class="row " >
<div class="col-12 text-center">
<video controls>
<source src="image3/video.mov" type="video/mp4">
<source src="image3/video.mov" type="video/ogg">
</video>
</div>
</div>
The video plays fine on my laptop, but on my phone, there is no background image shown before I press play.