HTML onresize Attribute

❮ HTML Attributes

Example

<body onresize="myFunction()">

Meaning

The onresize attribute fires when a resize event is triggered on the element or bubbles up from some descendent element.




Standard Syntax

<element onresize="script">



Browser Support




Status




Applies to:

The onresize attribute can be used on the following element:

Element Attribute
<body> onresize






Attribute Values

Value Description
script Specifies the script to be run on onresize.
❮ HTML Attributes