Reputation: 23
My laptop display resolution is 1280 x 800. When I query $(window).width() I get 1420 on Firefox while I get 1280 on Chrome. Why is Firefox showing me a window width greater than my screen resolution?
Upvotes: 1
Views: 3660
Reputation: 10384
Because your Firefox window is probably zoomed out.
Reset the zoom using one of the following:
Upvotes: 6