From: Martin Mares Date: Thu, 27 Dec 2012 22:59:48 +0000 (+0100) Subject: Gallery2: More HighSlide hacking X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ba07104e3c50d2ad0fa7790e927206a8a6230ad1;p=gallery.git Gallery2: More HighSlide hacking --- diff --git a/gal2/highslide/highslide.config.js b/gal2/highslide/highslide.config.js index 7e5bb31..8e82c94 100644 --- a/gal2/highslide/highslide.config.js +++ b/gal2/highslide/highslide.config.js @@ -10,20 +10,18 @@ hs.align = 'center'; hs.useBox = true; hs.width = 1080; hs.height = 840; -hs.allowMultipleInstances = false; +// hs.allowMultipleInstances = false; hs.captionEval = 'this.thumb.title'; hs.captionOverlay = { position: "top" }; hs.expandDuration = 100; hs.restoreDuration = 100; hs.dimmingDuration = 100; hs.transitionDuration = 100; -hs.slideshowGroup = 'group1'; hs.thumbnailId = 'thumb1'; hs.numberPosition = 'caption'; hs.transitions = ['expand', 'crossfade']; hs.addSlideshow({ - slideshowGroup: 'group1', interval: 5000, repeat: false, useControls: true, @@ -32,14 +30,12 @@ hs.addSlideshow({ className: 'controls-in-heading', opacity: 0.6, position: 'top center', - offsetX: 0, - offsetY: 0, hideOnMouseOut: true }, thumbstrip: { mode: 'horizontal', - position: 'bottom center', - relativeTo: 'image' + position: 'below', + relativeTo: 'expander' } });