update shared components

This commit is contained in:
Luke Pulverenti 2016-10-09 00:58:57 -04:00
parent d26f22c852
commit ca36b18094
8 changed files with 28 additions and 19 deletions

View file

@ -109,7 +109,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'mediaInfo
if (screenWidth >= 2500) {
return 6;
}
if (screenWidth >= 2100) {
if (screenWidth >= 1600) {
return 5;
}
if (screenWidth >= 1200) {