mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update lazy loader
This commit is contained in:
parent
0291450ffb
commit
71b0be28b8
8 changed files with 226 additions and 126 deletions
|
@ -388,7 +388,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
function loadLibraryTiles(elem, user, shape, index, autoHideOnMobile, showTitles) {
|
||||
function loadLibraryTiles(elem, user, shape, index, autoHideOnMobile) {
|
||||
|
||||
return getUserViews(user.Id).then(function (items) {
|
||||
|
||||
|
@ -418,7 +418,7 @@
|
|||
html += cardBuilder.getCardsHtml({
|
||||
items: items,
|
||||
shape: scrollX ? 'overflowBackdrop' : shape,
|
||||
showTitle: showTitles,
|
||||
showTitle: true,
|
||||
centerText: true,
|
||||
overlayText: false,
|
||||
lazy: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue