video
objects expose the HTMLVideoElement interface, which provides special properties (beyond the regular element object and HTMLMediaElement interfaces they also have available to them by inheritance) for manipulating video objects.Reflects the
height
HTML attribute, which specifies the height of the display area, in CSS pixels.
Reflects the
poster
HTML attribute, which specifies an image to show while no video data is available.
Reflects the
width
HTML attribute, which specifies the width of the display area, in CSS pixels.