summaryrefslogtreecommitdiff
path: root/www/external/angular-carousel.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-26 18:28:46 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-26 18:28:46 -0400
commit628e4f52203f2d6f8202515207b4801efec8e301 (patch)
tree4ca0f0a2282cbc38572a5a875770db240cd6c2de /www/external/angular-carousel.js
parentb9e6ca93bc1e805e07edddd90f21f24eb8678287 (diff)
reduce image loading buffer of carousel (for low config devices) also made sure scrub carousel is cleared if full screen is opened so as not to double images
Diffstat (limited to 'www/external/angular-carousel.js')
-rw-r--r--www/external/angular-carousel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/external/angular-carousel.js b/www/external/angular-carousel.js
index 28bd401b..505aed8a 100644
--- a/www/external/angular-carousel.js
+++ b/www/external/angular-carousel.js
@@ -287,7 +287,7 @@ angular.module('angular-carousel').run(['$templateCache', function($templateCach
transitionDuration: parseFloat(iAttributes.rnCarouselDuration, 10) || 300,
isSequential: true,
autoSlideDuration: 3,
- bufferSize: 31,
+ bufferSize: 9,
/* in container % how much we need to drag to trigger the slide change */
moveTreshold: 0.1,
defaultIndex: 0