diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fd4f0eb2d8..df322523d0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -55,6 +55,7 @@ - [Viperinius](https://github.com/Viperinius) - [is343](https://github.com/is343) - [Meet Pandya](https://github.com/meet-k-pandya) + - [Peter Spenler](https://github.com/peterspenler) # Emby Contributors diff --git a/src/components/images/imageLoader.js b/src/components/images/imageLoader.js index 6800f10a6f..d1095a01dc 100644 --- a/src/components/images/imageLoader.js +++ b/src/components/images/imageLoader.js @@ -83,7 +83,7 @@ worker.addEventListener( source = entry; } - if (entry.intersectionRatio > 0) { + if (entry.isIntersecting) { if (source) { fillImageElement(target, source); }