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 +109,7 @@ extension ViewController: LightboxControllerDismissalDelegate: class {
111
109
112
110
### Image loading
113
111
114
-
By default images are loaded using `sendAsynchronousRequest` method of
115
-
`NSURLConnection`. But it's easy to change this behavior using **Lightbox**
116
-
configuration.
112
+
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
113
118
114
```swift
119
115
LightboxConfig.loadImage= {
@@ -124,7 +120,7 @@ LightboxConfig.loadImage = {
124
120
125
121
### Video
126
122
127
-
**Lightbox**has video support out of the box. Configure video by using `videoURL`:
123
+
**Lightbox**can show and plays video using default `AVPlayerViewController`. Showning video by using `videoURL`:
0 commit comments