diff options
Diffstat (limited to 'screenshots.js')
| -rw-r--r-- | screenshots.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/screenshots.js b/screenshots.js new file mode 100644 index 0000000..89b75a0 --- /dev/null +++ b/screenshots.js @@ -0,0 +1,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; |
