Skip to content

Instantly share code, notes, and snippets.

@danieldogeanu
Created October 21, 2013 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danieldogeanu/7086907 to your computer and use it in GitHub Desktop.
Save danieldogeanu/7086907 to your computer and use it in GitHub Desktop.
Retina Test on Normal Displays
Trick to test Retina Displays:
You actually can using Firefox:
1. Go to "about:config"
2. Find "layout.css.devPixelsPerPx"
3. Change it to your desired ratio (1 for normal, 2 for retina, etc.)
Refresh your page - boom, your media query has now kicked in!
Hats off to Firefox for being awesome for web developing!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment