What you need to know about the Viewport Meta Tag
Chances are, if you’re reading this, you are a web developer getting into responsive design. Here is what I’ve found out about
<meta name="viewport">after a lot of trial and error. It was created by apple to allow developers to specify the default size of the page for mobile devices. In researching the viewport meta tag I’ve found people use different parameters that change how the webpage acts on mobile browsers. The ‘barebones’ version of the viewport meta tag is:
<meta name="viewport" content="width=device-width">Read more →
