Window Object
The resizeBy() method resizes a window by the specified amount.
Note: This method moves the bottom right corner of the window by the specified number of pixels defined. The top left corner will not be moved (it stays in its original coordinates).
| Parameter | Description |
|---|---|
| width | Required. A positive or a negative number that specifies how many pixels to resize the width by |
| height | Required. A positive or a negative number that specifies how many pixels to resize the height by |
![]()
The resizeBy() method is supported in all major browsers, except Opera and Chrome.
Resize the window with 100px each way:
Window Object
Your message has been sent to W3Schools.