mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update resource loading
This commit is contained in:
parent
a3528b8e62
commit
4cbdc2a0aa
9 changed files with 16 additions and 41 deletions
|
@ -1695,7 +1695,7 @@
|
|||
if (screenWidth >= 420) return 2;
|
||||
return 1;
|
||||
case 'smallBackdrop':
|
||||
if (screenWidth >= 1440) return 6;
|
||||
if (screenWidth >= 1440) return 8;
|
||||
if (screenWidth >= 1100) return 6;
|
||||
if (screenWidth >= 800) return 5;
|
||||
if (screenWidth >= 600) return 4;
|
||||
|
@ -1703,7 +1703,7 @@
|
|||
if (screenWidth >= 420) return 2;
|
||||
return 1;
|
||||
case 'homePageSmallBackdrop':
|
||||
if (screenWidth >= 1440) return 6;
|
||||
if (screenWidth >= 1440) return 8;
|
||||
if (screenWidth >= 1100) return 6;
|
||||
if (screenWidth >= 800) return 5;
|
||||
if (screenWidth >= 600) return 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue