Is there a way to display pre-play images on a video without using the poster attribute in ? I've seen examples where the video displays a preplay image without the poster attribute, and am curious how it is done.
See example: https://jsfiddle.net/vanhong/pd3Lteys/
<video width="320" height="240" controls>
<source src="http://player.progressionstudios.com/wp-content/uploads/2013/07/big_buck_bunny.mp4" type="video/ogg">
</video>
When I add a video without poster, I've been getting black screen.
My client is still creating their videos, so if it's a setting added to the native file during the video editing process, I have the chance to have them do this now before giving to me to upload.
This post suggests that some browsers may be picking up the first frame by default, but this is not happening for me.