HTML5 Game - Video HTMLVideoElement Attributes

Introduction

The HTMLVideoElement object defines the additional properties.

The following table lists properties defined by the HTMLVideoElement Object

Member Description Returns
height Gets or sets the value of the height attribute number
poster Gets or sets the value of the poster attribute string
videoHeight Gets the intrinsic height of the video number
videoWidth Gets the intrinsic width of the video number
widthGets or sets the value of the width attribute number

Related Topics