I am trying to display an image that when clicked will open up a video player in html 5, but I don’t want the little semi-transparent play button to appear over it. Is there any way to specify in the tag not to put that icon over the poster image and just display the poster image as is?
Share
Update: This is no longer the best method – see this answer below for an actual solution.
As far as I’m aware, the play button overlay is added by the rendering engine in mobile Safari, so no there is no way to hide it. However, you may be able to spoof it using ajax to load the video when a static image is clicked. For example:
HTML
CSS
JavaScript