Fork me on GitHub

Screen resolution stats  Bottom

  • Hi guys,

    I am looking for som addon (or just a snip of code :) ) to track down the screen resolutions of the visitors of my site.

    Anyone able to provide this??

    Or is it somehow possible to implement this feature in the stats-module?

    Thanks in advance
    - Peter
  • JavasScript can do this. screen.width and screen.height will tell you the actual resolution, and the window object has the details for the exact current dimensions (if window is not full width, etc). There are four I know of. innerHeight, innerWidth, outerHeight, outerWidth.

    I'm not sure if those are the exact names, but you have enough fuel for a successful Google search.
  • 0 users

This list is based on users active over the last 60 minutes.