summaryrefslogtreecommitdiffstats
path: root/screenshots.js
blob: 89b75a05676ebe5a7e1f073c6cda523da594539b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
    hs.registerOverlay({
        html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
        position: 'top right',
        fade: 2 // fading the semi-transparent overlay looks bad in IE
    });

    hs.wrapperClassName = 'borderless';
    hs.graphicsDir = 'highslide/graphics/';
    hs.align = 'center';
    hs.transitions = ['expand', 'crossfade'];
    hs.outlineType = 'rounded-white';
    hs.fadeInOut = true;
    hs.showCredits = false; 
    hs.numberPosition = 'caption';
    hs.dimmingOpacity = 0.75;