]> mj.ucw.cz Git - gallery.git/blob - gal2/highslide/highslide.config.js
8e82c947bf13e3b5023f1f0755aee4256ec7a449
[gallery.git] / gal2 / highslide / highslide.config.js
1 /*
2  *      Site-specific configuration settings for Highslide JS
3  */
4
5 hs.showCredits = true;
6 hs.creditsPosition = 'top right';
7 hs.outlineType = 'rounded-black';
8 hs.fadeInOut = false;
9 hs.align = 'center';
10 hs.useBox = true;
11 hs.width = 1080;
12 hs.height = 840;
13 // hs.allowMultipleInstances = false;
14 hs.captionEval = 'this.thumb.title';
15 hs.captionOverlay = { position: "top" };
16 hs.expandDuration = 100;
17 hs.restoreDuration = 100;
18 hs.dimmingDuration = 100;
19 hs.transitionDuration = 100;
20 hs.thumbnailId = 'thumb1';
21 hs.numberPosition = 'caption';
22 hs.transitions = ['expand', 'crossfade'];
23
24 hs.addSlideshow({
25         interval: 5000,
26         repeat: false,
27         useControls: true,
28         fixedControls: 'fit',
29         overlayOptions: {
30                 className: 'controls-in-heading',
31                 opacity: 0.6,
32                 position: 'top center',
33                 hideOnMouseOut: true
34         },
35         thumbstrip: {
36                 mode: 'horizontal',
37                 position: 'below',
38                 relativeTo: 'expander'
39         }
40
41 });