Viewport Meta Tag For Non-Responsive Design

Even if your site is non-responsive, you’ll still want to use the viewport meta tag in certain cases. Don’t set it to scaling and such, but to a fixed width like so:

<meta name="viewport" content="width=1024">

I myself needed this one for the EV-Point website where not all content was shown correctly before adding a fixed width viewport meta tag.

Viewport Meta Tag For Non-Responsive Design →

Published by Bramus!

Bramus is a frontend web developer from Belgium, working as a Chrome Developer Relations Engineer at Google. From the moment he discovered view-source at the age of 14 (way back in 1997), he fell in love with the web and has been tinkering with it ever since (more …)

Join the Conversation

1 Comment

Leave a comment

Leave a Reply to Wolf Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.