You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -111,9 +110,7 @@ extension ViewController: LightboxControllerDismissalDelegate: class {
111
110
112
111
### Image loading
113
112
114
-
By default images are loaded using `sendAsynchronousRequest` method of
115
-
`NSURLConnection`. But it's easy to change this behavior using **Lightbox**
116
-
configuration.
113
+
By default images are loaded using [Imagary](https://github.com/hyperoslo/Imaginary) for reliable loading and caching. But it's easy to change this behavior using **LightboxConfig**
117
114
118
115
```swift
119
116
LightboxConfig.loadImage= {
@@ -124,7 +121,7 @@ LightboxConfig.loadImage = {
124
121
125
122
### Video
126
123
127
-
**Lightbox**has video support out of the box. Configure video by using `videoURL`:
124
+
**Lightbox**can show and plays video using default `AVPlayerViewController`. Showning video by using `videoURL`:
0 commit comments