Viewport Meta Generator
Generate the responsive viewport meta tag.
Output
Configure scale and zoom options to produce the <meta name="viewport"> tag for responsive pages.
How to use
- Toggle device-width and set the scale values.
- Choose whether users can zoom.
- Copy the generated viewport meta tag.
Frequently asked questions
- Should I disable user zoom?
- Usually no. Disabling zoom hurts accessibility, so keep user-scalable enabled unless you have a strong reason.
- What does width=device-width do?
- It matches the layout viewport to the device screen width, the standard for responsive design.