Commit 651b62f
committed
Removing IntersectionObserver method for manually lazy loading images. This can be done by the browser as iOS15.4+ now accepts the loading="lazy" attribute.
Tweets continue to use intersection method.
If an image fails to download during a lazyload, replace with Dead Image ghost badge.1 parent 0d2c7ed commit 651b62f
2 files changed
+63
-246
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
190 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments