Skip to content

Instantly share code, notes, and snippets.

@mdang
Last active November 11, 2016 19:11
Show Gist options
  • Save mdang/3ecbf57445fbb2ad9020 to your computer and use it in GitHub Desktop.
Save mdang/3ecbf57445fbb2ad9020 to your computer and use it in GitHub Desktop.
Importance of setting the viewport

Going mobile first

Setting the viewport

<meta name="viewport" content="width=device-width, initial-scale=1">
WITHOUT setting viewport WITH setting viewport

Setting content to the viewport

Fixed width Fluid width
@dirkdunn
Copy link

This would be a great tool if we fixed the images

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