Created
October 21, 2013 16:42
-
-
Save danieldogeanu/7086907 to your computer and use it in GitHub Desktop.
Retina Test on Normal Displays
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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