height property
int
get
height
The height property of the HTMLVideoElement interface returns an
integer that reflects the height attribute of the video element,
specifying the displayed height of the resource in CSS pixels.
Implementation
external int get height;
set
height
(int value)
Implementation
external set height(int value);