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

# ignoresViewportScaleLimits

A Boolean value that determines whether a web view allows scaling of the webpage.

## Declaration

```swift
var ignoresViewportScaleLimits: Bool { get set }
```

## Discussion

Discussion When set to true, this property overrides the user-scalable HTML property in a webpage, and lets the web view scale its webpage content regardless of the author’s intent. The default value of this property is false.

## See Also

### Configuring the rendering behavior

- [suppressesIncrementalRendering](webkit/wkwebviewconfiguration/suppressesincrementalrendering.md)
