My website features a video that is displayed using the following code:
<div class="gl-bot-left">
<video controls="">
<source src="https://www.sustainablewestonma.org/wp-content/uploads/2019/09/video.fixgasleaks.mp4"
type="video/mp4">Your browserdoes not support the video tag.
</video>
</div>
While this setup works well on desktop, it presents an issue on iPhone. Instead of displaying an image from the video, it simply shows a play button icon. This means users need to press play to start viewing the video. Is there a way to display an image preview for the video when it's initially loaded?