---
title: ignoresViewportScaleLimits
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpage/configuration/ignoresviewportscalelimits
---

# ignoresViewportScaleLimits

Determines whether a webpage allows scaling of the webpage.

## Declaration

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

## Discussion

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.
