I want to get screen resolution of user display from JS, so i decide to use screen.height and screen.width properties, but i noticed that i got some incorrect values, f.e. i have full hd display with 1280 pixels in height but screen.height returns 630, and width 1120. What can cause that? Thanks!
Edit: it seems it happens on FireFox for me, from IE 10 i got correct values.