<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebPage/Configuration/ignoresViewportScaleLimits",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "s:6WebKit0A4PageC13ConfigurationV26ignoresViewportScaleLimitsSbvp"
  },
  "title" : "ignoresViewportScaleLimits"
}
-->

# ignoresViewportScaleLimits

Determines whether a webpage allows scaling of the webpage.

```
@MainActor var ignoresViewportScaleLimits: Bool
```

## Discussion

When set to `true`, this property overrides the user-scalable HTML property in a webpage, and lets
the webpage scale its view’s content regardless of the author’s intent.

The default value of this property is `false`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)