Skip to main content

meta-viewport

Ensure scaling and zooming is always enabled.

Severity: Critical

Description

The user-scalable and maximum-scale parameters of the <meta name="viewport"> tag can have implications for the accessibility of a webpage, particularly for users with visual impairments or motor disabilities. Ensure scaling and zooming is possible through these parameters.

Why is it important?

Allowing users to scale content is important for users with low vision who rely on screen magnification to read text and view images more clearly. By enabling, user-scalable=yes, users can zoom in on content to make it more readable.

Setting a reasonable maximum-scale (2 or above) can ensure that content remains readable and usable at larger zoom levels. This is crucial for users with low vision who rely on high levels of magnification to access content.

How to fix?

Ensure that the following for the <meta name="viewport"> element:

  • user-scalable="no" or user-scalable="0" parameter is not present.
  • maximum-scale attribute is set to 2 or above.

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked






Thank you for your valuable feedback

Is this page helping you?

Yes
No

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked






Thank you for your valuable feedback!

Talk to an Expert
Download Copy