Toolzy

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

  1. Toggle device-width and set the scale values.
  2. Choose whether users can zoom.
  3. 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.

Related tools