Is there a way to set thumbnail image on HTML5 video? I want to see some pictures before play. My code looks like this:
Add poster="placeholder.png" to the video tag.
poster="placeholder.png"
Does that work?