update resource loading

This commit is contained in:
Luke Pulverenti
2016-07-09 17:09:21 -04:00
parent a3528b8e62
commit 4cbdc2a0aa
9 changed files with 16 additions and 41 deletions
+2 -2
View File
@@ -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;