A video player with a poster image:
![]()
The poster attribute is supported in all major browsers.
Note: Internet Explorer 8 and earlier versions, do not support the <video> tag.
The poster attribute specifies an image to be shown while the video is downloading, or until the user hits the play button. If this is not included, the first frame of the video will be used instead.
The <video> tag is new in HTML5.
| Value | Description |
|---|---|
| URL | Specifies the URL of the image file. Possible values:
|
HTML <video> tag
Your message has been sent to W3Schools.