HTML DOM Window resizeTo() Method (original) (raw)

Last Updated : 11 Jul, 2025

The HTML Window resizeTo() Method is used to resize a window to the specified width and height.

Syntax:

window.resizeTo(width, height)

Parameters:

Example: In this example, we will resize the window by using the Window resize To() method.

html `

GeeksforGeeks

Click the new window button to create a window and Resize Window button to resize the window

New window Resize window

`

Output:

Supported Browsers: The browser supported by Window resizeTo() Method are listed below:

We have a Cheat Sheet on Javascript where we covered all the important topics of Javascript to check those please go through Javascript Cheat Sheet-A Basic guide to JavaScript.