1
0
Fork 0
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:
Luke Pulverenti 2016-04-24 01:27:12 -04:00
parent b9f3bc6cf1
commit ae6726b46f
3 changed files with 18 additions and 20 deletions

View file

@ -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>\