summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-12-08 20:16:51 -0500
committerPliable Pixels <pliablepixels@gmail.com>2017-12-08 20:16:51 -0500
commit21856d3106726668616fdf4b96e9a7b02ce69d42 (patch)
tree845d5355b46033152c15f0d8a9d31e1cf040b55c /www/js/app.js
parentbba28ae5040046886bcb35b38da4c1ac2af2002b (diff)
image fade in, placeholders, doubled image size during fetch for resolution, w/h tweaks #91
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 15c6aeab..a4fafc9e 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -29,6 +29,7 @@ angular.module('zmApp', [
'jett.ionic.scroll.sista',
'uk.ac.soton.ecs.videogular.plugins.cuepoints',
'dcbImgFallback',
+ 'ngImageAppear'
])
@@ -102,7 +103,8 @@ angular.module('zmApp', [
maxGifWidth: 800.0,
quantSample: 15,
hashSecret: 'unused at the moment',
- forceMontageReloadDelay: 3600 // 1 hr
+ forceMontageReloadDelay: 3600, // 1 hr,
+ thumbWidth:200
})