1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Attempt to fix image loading issues

This commit is contained in:
MrTimscampi 2020-05-01 17:06:50 +02:00
parent 331341884b
commit a7fe198329

View file

@ -23,7 +23,7 @@ import 'css!./style';
source = entry;
}
if (entry.intersectionRatio > 0 && source) {
if (entry.intersectionRatio > 0) {
fillImageElement(entry.target, source);
} else if (!source) {
emptyImageElement(entry.target);