mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5597.1
This commit is contained in:
parent
77fb2070f5
commit
81cfd99137
4 changed files with 46 additions and 23 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
var screenWidth = $(window).width();
|
||||
|
||||
return screenWidth >= 1920 ? 9 : 8;
|
||||
return screenWidth >= 1920 ? 9 : (screenWidth >= 1200 ? 12 : (screenWidth >= 1000 ? 10 : 8));
|
||||
}
|
||||
|
||||
function loadLatest(page, parentId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue