How to detect the screen resolution with JavaScript? - Stack Overflow
Is there a way that works for all browsers? ... Use window.screen.height and window.screen.width to get the exact screen size (as suggested in the next answer). The reason you are not getting the exact size is that it's checking the available width and he...