This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

poster

Summary

Valid URL to an image ressource that will be displayed until the first frame of the video is available or will be displayed if no valid video ressource is available at all.

Property of dom/HTMLVideoElementdom/HTMLVideoElement

Syntax

var result = element.poster;
element.poster = value;

Return Value

Returns an object of type StringString

Notes

Remarks

The poster property requires a non-empty URL.

Syntax

Standards information

See also

Related pages

  • video element
  • video object

Attributions