Reusable Snippets

« Back to blog

WebKit Viewport

Viewport tag to allow web content to work on both the iPhone and the iPad. The tag adjusts the viewport to the width to the device. Handy little webkit tag.

<meta name="viewport" content="width=device-width" />

Posted May 8, 2010