Skip to content

Instantly share code, notes, and snippets.

@lomedil
Last active May 27, 2016 17:39
Show Gist options
  • Save lomedil/7b02aa41ef6baf71f669721b5dc4e4a9 to your computer and use it in GitHub Desktop.
Save lomedil/7b02aa41ef6baf71f669721b5dc4e4a9 to your computer and use it in GitHub Desktop.
JSON array with common viewport sizes
[
{"name" : "QVGA", "width": 320, "height" : 240 },
{"name" : "VGA", "width": 640, "height" : 480 },
{"name" : "SVGA", "width": 800, "height" : 600 },
{"name" : "WVGA", "width": 800, "height" : 480 },
{"name" : "WVGA", "width": 854, "height" : 480 },
{"name" : "WSVGA", "width": 1024, "height" : 600 },
{"name" : "XGA", "width": 1024, "height" : 768 },
{"name" : "SXGA", "width": 1280, "height" : 1024 },
{"name" : "WXGA", "width": 1280, "height" : 768 },
{"name" : "WXGA", "width": 1200, "height" : 800 },
{"name" : "HD 720", "width": 1280, "height" : 720 },
{"name" : "HD 1080", "width": 192, "height" : 1080 }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment