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,
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'
}
});