Skip to content

Instantly share code, notes, and snippets.

@kiennt2
Created August 23, 2013 11:26
Show Gist options
  • Save kiennt2/6318280 to your computer and use it in GitHub Desktop.
Save kiennt2/6318280 to your computer and use it in GitHub Desktop.
test webpage for Retina display
//css
body {
zoom: 200%;
-moz-transform: scale(2);
-moz-transform-origin: 0 0;
}
ou 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.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment