Skip to content

Instantly share code, notes, and snippets.

@callionica
Created March 1, 2016 00:43
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 callionica/0e4725aadeecfbbe1729 to your computer and use it in GitHub Desktop.
Save callionica/0e4725aadeecfbbe1729 to your computer and use it in GitHub Desktop.
var sizes = [
// [ 640, 960, "phone-35"],
[ 640, 1136, "phone-40"],
[ 750, 1334, "phone-47"],
[1242, 2208, "phone-55"],
// [ 768, 1024, "pad-x1"],
[1536, 2048, "pad-x2"],
[2048, 2732, "pad-pro"],
];
@callionica
Copy link
Author

Screenshot sizes for the App Store

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment