JavaScript HTMLVideoElement : HTMLMediaElement
HTMLVideoElement is an element that displays a video. It corresponds to the
<video> tag. See HTMLMediaElement for the properties, methods
and events available on the video element.
Instance Properties
height : Number
The display height of the video. If no display size is specified, the videoHeight will be used.
Example:
RunResults:
videoHeight : Number
videoWidth : Number
width : Number
The display width of the video. If no display size is specified, the videoWidth will be used.
Example:
RunResults:
Copyright © PUBLIC Contributors