From ba07104e3c50d2ad0fa7790e927206a8a6230ad1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 27 Dec 2012 23:59:48 +0100 Subject: [PATCH] Gallery2: More HighSlide hacking --- gal2/highslide/highslide.config.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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' } }); -- 2.39.2