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