Skip to content

Instantly share code, notes, and snippets.

@40
Created September 16, 2012 21:32
Show Gist options
  • Select an option

  • Save 40/3734470 to your computer and use it in GitHub Desktop.

Select an option

Save 40/3734470 to your computer and use it in GitHub Desktop.
Setting Container Resolution - Full Touch Screen
Container{
preferredWidth: 768 // testing purposes
// preferredWidth: 720 // live production app
preferredHeight: 1280 // testing/live
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment