mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4069 from peterspenler/fix/lazyload-image-intersection
This commit is contained in:
commit
4c99480c42
2 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,7 @@
|
|||
- [MinecraftPlaye](https://github.com/MinecraftPlaye)
|
||||
- [Matthew Jones](https://github.com/matthew-jones-uk)
|
||||
- [taku0](https://github.com/taku0)
|
||||
- [Peter Spenler](https://github.com/peterspenler)
|
||||
|
||||
# Emby Contributors
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ worker.addEventListener(
|
|||
source = entry;
|
||||
}
|
||||
|
||||
if (entry.intersectionRatio > 0) {
|
||||
if (entry.isIntersecting) {
|
||||
if (source) {
|
||||
fillImageElement(target, source);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue