width property
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;
Implementation
external set width(int value);