How to handle the size (width/height) of the browser window with JS?

Asked

Viewed 161 times

0

Is there any way to "set" the window size? I am not referring to resize but change the values of the window, that is, resize with specific values... It needs to be in the same window where the js will be applied and not in a new window with open() for example.

  • Want to set the size of the browser window? ie the window that OS has for Browser?

  • I found that and that, but I don’t think it’s possible with pure javascript.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.