/** * Site-specific configuration settings for Highslide JS */ hs.graphicsDir = 'template_new/js/vendor/highslide/graphics/'; hs.showCredits = false; hs.outlineType = 'custom'; hs.dimmingOpacity = 0.5; hs.fadeInOut = true; hs.align = 'center'; hs.useBox = true; hs.width = 800; hs.height = 500; hs.captionEval = 'document.title'; hs.transitions = ['expand', 'crossfade']; hs.numberPosition = 'caption'; // Add the slideshow controller hs.addSlideshow({ slideshowGroup: 'defaultHSG', interval: 5000, repeat: true, useControls: true, fixedControls: 'fit', overlayOptions: { className: 'large-dark', opacity: '0.6', position: 'bottom center', offsetX: '0', offsetY: '-15', hideOnMouseOut: true }, thumbstrip: { mode: 'horizontal', position: 'above', relativeTo: 'expander', height: 80 } }); // gallery config object var defaultHS = { slideshowGroup: 'defaultHSG' }; hs.stripItemFormatter=function(a){ return ''; }