cross-browser resize browser window in JavaScript

window.resizeTo( width, height );

The problem you may face is modern day browsers can prevent you in the settings to not be able to resize the window. There is no way around that.

Chrome will not allow it. Won’t Fix Bug

IE is based on security zones

Leave a Comment