---
title: supportsAdaptiveImageGlyph
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpage/configuration/supportsadaptiveimageglyph
---

# supportsAdaptiveImageGlyph

Indicates whether insertion of adaptive image glyphs is allowed.

## Declaration

```swift
@MainActor var supportsAdaptiveImageGlyph: Bool
```

## Discussion

Discussion The default value is false. If false, adaptive image glyphs are inserted as regular images. If true, they are inserted with the full adaptive sizing behavior.
