Skip to content

Instantly share code, notes, and snippets.

@ammojamo
Created May 11, 2012 02:57
Show Gist options
  • Save ammojamo/2657216 to your computer and use it in GitHub Desktop.
Save ammojamo/2657216 to your computer and use it in GitHub Desktop.
Viewport scaling test
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=2.5, maximum-scale=2.5, minimum-scale=2.5, width=device-width, user-scalable=no" />
</head>
<body>
<div style="width: 100px; height: 100px; background: red;">Hello World</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment