mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix issue with IntersectionObserver root margin
This commit is contained in:
parent
a27eae98e5
commit
61fbf10085
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@
|
||||||
(entries) => {
|
(entries) => {
|
||||||
entries.forEach(entry => {
|
entries.forEach(entry => {
|
||||||
callback(entry);
|
callback(entry);
|
||||||
},
|
|
||||||
{rootMargin: '50%'});
|
|
||||||
});
|
});
|
||||||
|
},
|
||||||
|
{rootMargin: '25%'});
|
||||||
|
|
||||||
this.observer = observer;
|
this.observer = observer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue