1
0
Fork 0
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:
Luke Pulverenti 2015-04-29 13:39:23 -04:00
parent 77fb2070f5
commit 81cfd99137
4 changed files with 46 additions and 23 deletions

View file

@ -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) {