mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update program images
This commit is contained in:
parent
3a46bfe164
commit
a9ae08f60c
18 changed files with 61 additions and 16815 deletions
|
@ -7,14 +7,7 @@
|
|||
var hasChanges = false;
|
||||
|
||||
// These images can be large and we're seeing memory problems in safari
|
||||
var browsableImagePageSize;
|
||||
|
||||
// This can handle more
|
||||
if (window.IntersectionObserver) {
|
||||
browsableImagePageSize = 100;
|
||||
} else {
|
||||
browsableImagePageSize = browserInfo.slow ? 6 : 30;
|
||||
}
|
||||
var browsableImagePageSize = browserInfo.slow ? 6 : 30;
|
||||
|
||||
var browsableImageStartIndex = 0;
|
||||
var browsableImageType = 'Primary';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue