mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update lazy loading
This commit is contained in:
parent
b9f3bc6cf1
commit
ae6726b46f
3 changed files with 18 additions and 20 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
var html = '';
|
||||
|
||||
var maxPhysical = 60;
|
||||
var maxPhysical = 80;
|
||||
|
||||
html += '<template is="dom-bind">\
|
||||
<iron-list as="item" id="ironList" scroll-target="' + scrollTarget + '" max-physical-count="' + maxPhysical + '" style="width:96%;" grid>\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue