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
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.6
See also
Related pages
video element
video object
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]