YouTip LogoYouTip

Prop Video Poster

# Video poster Property [![Image 8: Video Object Reference](#) Video Object](#) ## Example Change the image displayed when the current video data is invalid: document.getElementById("myVideo").poster="/images/logo2.png"; [Try it Β»](#) * * * ## Definition and Usage The poster property is used to set or return the value of the poster attribute of a video. The poster property describes the image to be displayed while the video is loading or before the user clicks the play button. If the attribute is not included, the first frame of the video will be used as a substitute. * * * ## Browser Support ![Image 9: Internet Explorer](#)![Image 10: Firefox](#)![Image 11: Opera](#)![Image 12: Google Chrome](#)![Image 13: Safari](#) The poster property is supported by all major browsers. **Note:** Internet Explorer 8 and earlier IE versions do not support the
← Prop Video PreloadProp Video Poster β†’