This page is Not Ready

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

videoWidth

Property of dom/HTMLVideoElementdom/HTMLVideoElement

Syntax

var result = element.videoWidth;
element.videoWidth = value;

Notes

Remarks

The intrinsic dimensions of a video are the value that is accounted for after the video’s aspect ratio, clean aperture, resolution, and so forth, are defined.

Syntax

Standards information

See also

Related pages

  • video element
  • video object

Attributions