resize | onresize event
Fires when a video element's width or height attributes (or both) are updated.
![]() |
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
Show:
