1
0
Fork 0
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:
Luke Pulverenti 2016-09-17 01:47:49 -04:00
parent 3a46bfe164
commit a9ae08f60c
18 changed files with 61 additions and 16815 deletions

View file

@ -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';