---
title: loadsImagesAutomatically
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpreferences/loadsimagesautomatically
---

# loadsImagesAutomatically

A Boolean that indicates whether or not the web view allows images to be loaded automatically.

## Declaration

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

## Discussion

Discussion true if the web view should allow images to be loaded automatically, otherwise false.

## See Also

### Related Documentation

- [autosaves](webkit/webpreferences/autosaves.md)

### Handling Images

- [allowsAnimatedImageLooping](webkit/webpreferences/allowsanimatedimagelooping.md)
- [allowsAnimatedImages](webkit/webpreferences/allowsanimatedimages.md)
