videoWidth property

int get videoWidth

The HTMLVideoElement interface's read-only videoWidth property indicates the intrinsic width of the video, expressed in CSS pixels. In simple terms, this is the width of the media in its natural size.

See HTMLVideoElement.videoHeight > About intrinsic width and height for more details.

Implementation

external int get videoWidth;