Upon reviewing the first image, it is evident that the video is displaying correctly:
https://i.sstatic.net/EbQyM.png
However, in the mobile version, the poster does not show up. Only a play button is visible. Moreover, even when the play button is clicked, nothing happens:
https://i.sstatic.net/IOFF7.jpg
Is there a way to make the mobile version of the video resemble the desktop version? Ideally, I would like a poster image with a play button overlay, and when the play button is clicked, the video starts playing.
HTML
<video style="width:40%; display:block; margin:0 auto;" controls>
<source src="/assets/fake-prince.m4v" type="video/mp4">
</video>