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:
parent
331341884b
commit
a7fe198329
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import 'css!./style';
|
||||||
source = entry;
|
source = entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (entry.intersectionRatio > 0 && source) {
|
if (entry.intersectionRatio > 0) {
|
||||||
fillImageElement(entry.target, source);
|
fillImageElement(entry.target, source);
|
||||||
} else if (!source) {
|
} else if (!source) {
|
||||||
emptyImageElement(entry.target);
|
emptyImageElement(entry.target);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue