poster property
Gets or sets a URL of an image to display, for example, like a movie poster. This can be a still frame from the video, or another image if no video data is available.
Syntax
object.put_poster(
string
URL);object.get_poster(
string
* URL);
Property values
Type: string
The URL of an image file.
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.6
Remarks
The poster property requires a non-empty URL.