• Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Equalize Digital Home

Equalize Digital

Website Accessibility Consulting, Training, and Development

  • My Account
  • Swag Shop
  • Checkout
  • Services
    • Accessibility Audits
    • User Testing
    • Accessibility Remediation
    • VPAT & ACR Preparation
    • Accessibility Monitoring
    • Web Accessibility Training
    • Accessibility for Agencies
  • Accessibility Checker
    • Overview
    • Features
    • Pricing
    • Documentation
    • Support
    • Buy Now
  • Company
    • About Us
    • Our Team
    • Industry Expertise
    • Accessibility Statement
    • Contact Sales
    • Become An Affiliate
  • Learn
    • Online Courses
    • Accessibility Meetup
    • Articles & Resources
    • Accessibility Craft Podcast
    • Upcoming Events
    • Office Hours
    • Custom Accessibility Training
    • Global Accessibility Awareness Day
  • Contact Sales
  • My Account
  • Checkout
Home / Accessibility Checker / Zooming and Scaling Disabled

Zooming and Scaling Disabled

Notice Type: Error
Relevant WCAG Conformance Levels: AA

Did a “Zooming and Scaling Disabled” error appear in an Accessibility Checker audit of one of your WordPress posts or pages? Read below for an explanation of this error, how it impacts your website’s accessibility, and how to fix it.

Table of Contents

  • About the Zooming and Scaling Disabled Error
    • What is the meta viewport?
    • What does the Zooming and Scaling Disabled error mean?
    • How does Accessibility Checker test for zooming and scaling being disabled?
  • Impact on Accessibility
    • Why webpages need to be user-scalable
    • Relevant WCAG 2.1 Success Criteria
  • How to Fix a Zooming and Scaling Disabled Error
    • What to do (in short)
    • How to test that your WordPress site allows users to zoom
    • How to fix disabled zoom on your WordPress website
    • What if I’m not a developer?

About the Zooming and Scaling Disabled Error

What is the meta viewport?

The meta viewport element is an HTML tag in the page head (meaning it’s not visible on the page) that tells browsers how to control the page’s dimensions, scaling, and the ability to zoom in and out on that page.

The HTML tag for meta viewport looks like this:

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

In WordPress, the meta viewpoint is almost always controlled by your theme. In some cases, however, it may be edited on a template for a specific post type by a plugin that created that post type.

What does the Zooming and Scaling Disabled error mean?

A Zooming and Scaling Disabled error means that your post or page has the user-scalable="no" parameter in the content attribute of the <meta name="viewport"> element. This will stop people from being able to zoom in on the webpage.

How does Accessibility Checker test for zooming and scaling being disabled?

While auditing your page or post content, Accessibility Checker checks to see if a meta viewport element exists in the <head> of the page. If the meta viewport element exists, then Accessibility Checker tests to see if the content attribute contains  user-scalable=no.

If the post or page has user-scalable=no, a Zooming and Scaling Disabled error will be flagged.

Here is an example of (bad) code that will flag this error:

<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">

Impact on Accessibility

Why webpages need to be user-scalable

People who have low vision frequently zoom in on websites to make them larger and improve their ability to read text. They can do this with zoom controls in their browser or pinching actions on a mobile device.

If your website does not allow users to zoom in, it may make it impossible for low-vision users or even users with typical vision to be able to read the text.

Relevant WCAG 2.1 Success Criteria

2.4.2 Page Titled – Level A

Except for captions and images of text, text can be resized without assistive technology up to 200 percent without loss of content or functionality.

How to Fix a Zooming and Scaling Disabled Error

What to do (in short)

To fix this error, you need to remove user-scalable=no from the <meta name="viewport"> element and ensure the maximum-scale parameter is not less than 2. This is likely controlled in your theme and may be set in the theme’s header.php file.

How to test that your WordPress site allows users to zoom

First, install the free Accessibility Checker WordPress plugin.

When scanning your WordPress page with Accessibility Checker, you will see the Zooming and Scaling Disabled error in the details tab of the Accessibility Checker meta box. You generally do not need to expand the error for this particular issue, but if you do, you’ll see the exact code snippet found on the page.

Zooming and Scaling Disabled error in Equalize Digital Accessibility Checker details tab.

This is the code snippet you need to look for and modify in your website theme. You can also confirm that zooming is fully disabled by trying to zoom in on the website on both a computer and a mobile device.

How to fix disabled zoom on your WordPress website

If Accessibility Checker flags a Zooming and Scaling Disabled error on your WordPress site, this is likely a developer-level fix.

To fix the example code snippet above, you would simply need to remove user-scalable=no from the meta viewport tag so that it looks like this:

<meta name="viewport" content="width=device-width, initial-scale=1">

This tag can likely be found in your theme’s header.php file; however, it could also be added on multiple individual page templates. If your theme gets updates, you’ll want to make this change in a child theme.

What if I’m not a developer?

If you’re not a developer, you can try reaching out to your theme developer to get them to fix it for you. This is most ideal because it may result in them fixing the error in all websites built with their theme via a mass update. We always recommend reporting accessibility errors to theme and plugin developers so they have the opportunity to improve their products for everyone using them.

If you don’t have a developer to help with fixes and the theme developer will not fix the problem, our accessibility audit and remediation plans may be a good fit. They grant you access to a team of experienced developers and auditors to help you make your website more accessible.

Primary Sidebar

Equalize Digital Accessibility Checker. Start making your WordPress Website Accessible Today. Get Accessibility Checker Now.

Frequently Asked Questions

  • How to Install & Activate Accessibility Checker
  • Getting Started Quick Guide
  • Why Do We Say 100% Passed Tests, Not 100% Accessible?
  • Manual Accessibility Testing: How You Can Check Website Accessibility
  • When and How to Ignore Accessibility Errors or Warnings
  • What to do if There are Accessibility Errors in Your Theme
  • What to do if a Plugin You’re Using has Accessibility Errors
  • How to Get Support for Accessibility Checker
  • Can I Hire Equalize Digital to Fix Accessibility Issues on My Website?
  • Additional Resources for Learning About Accessibility
  • How to Test Accessibility Checker for Conflicts with Themes or Plugins
  • What Does “Unlimited Dev Sites” mean?
  • Is there an Accessibility Conformance Report (ACR) or VPAT available for Accessibility Checker?
  • How to Get the Audit History Plugin – Legacy Customer Instructions
  • How does Accessibility Checker align with WCAG?
  • What to do if Accessibility Checker is not Scanning Your Site
  • Known Conflicts
  • Ensuring Accessibility Checker Fixes Work with JavaScript Optimization Plugins

Rule Documentation

  • A Slider is Present
  • A Video is Present
  • Ambiguous Anchor Text
  • ARIA Hidden
  • Blinking or Scrolling Content
  • Broken ARIA Reference
  • Broken Skip or Anchor Link
  • Duplicate Alternative Text
  • Duplicate Form Label
  • Empty Button
  • Empty Heading Tag
  • Empty Link
  • Empty or Missing Form Label
  • Empty or Missing Table Header
  • Empty Paragraph Tag
  • iFrame Missing Title
  • Image Animated GIF
  • Image Empty Alternative Text
  • Image Long Alternative Text
  • Image Map Missing Alternative Text
  • Image Missing Alternative Text
  • Improper Use of Link
  • Incorrect Heading Order
  • Insufficient Color Contrast
  • Link Opens New Window or Tab
  • Link to MS Office File
  • Link to Non-HTML File
  • Link to PDF
  • Linked Image Missing or Empty Alternative Text
  • Long Description Invalid
  • Low-quality Alternative Text
  • Missing Language Declaration
  • Missing Subheadings
  • Missing Title
  • Missing Transcript
  • Possible Heading
  • Readability & Simplified Summary
  • Tab Order Modified
  • Text Justified
  • Text Too Small
  • Underlined Text
  • Zooming and Scaling Disabled

Easier, Faster Accessibility Testing

Equalize Digital Accessibility Checker gives you real-time accessibility feedback in the WordPress editor. Learn accessibility and make fixes earlier in the dev and content creation process. Full-site accessibility scanning without the per page fees.

Get Accessibility Checker

Footer

Equalize Digital Websites for Everyone

Your WordPress accessibility team. Accessibility plugins, rapid audits, and consulting to help you make your website usable by people of all abilities.

  • Facebook
  • GitHub
  • LinkedIn
  • Twitter
  • YouTube

Company

  • About Equalize Digital
  • WordPress Accessibility Meetup
  • Accessibility Statement
  • Blog
  • Events
  • Contact Us

Services

  • Accessibility Audits
  • User Testing
  • Remediation
  • Ongoing Monitoring
  • VPAT & ACR Preparation
  • Accessibility Training
  • For Agencies
  • Website Development

Accessibility Checker

  • Features
  • Pricing
  • Documentation
  • How to Get Support
  • My Account
  • Affiliate Dashboard
  • Become an Affiliate

© 2025 Equalize Digital · Privacy Policy · Terms of Service · Software Terms & Refund Policy

International Association of Accessibility Professionals member

Wait!

Before you go, join our email list to get

10% off

Accessibility Checker or any online course.

Name(Required)

We promise only to send you trustworthy accessibility content and event invitations. You can unsubscribe anytime, and we won’t share your information with anyone.