Getting the screen resolution

suggest change

To get the physical size of the screen (including window chrome and menubar/launcher):

var width  = window.screen.width,
    height = window.screen.height;

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents