resize | onresize event

Fires when a video element's width or height attributes (or both) are updated.

HTML5 A vocabulary and associated APIs for HTML and XHTML

 

Syntax

Event Property object.onresize = handler;
addEventListener Method object.addEventListener("resize", handler, useCapture)

 

Event handler parameters

handler [in]

Type: function

Event handler object.

Standards information

See also

video object
video element

 

 

Show: