You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
543 B
16 lines
543 B
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;
|