hs.graphicsDir = 'template/highslide/graphics-custom/'; hs.align = 'center'; hs.transitions = ['expand', 'crossfade']; hs.fadeInOut = true; hs.showCredits=false; hs.outlineType = 'glossy-dark'; hs.wrapperClassName = 'dark'; // hs.outlineType = 'rounded-white'; // hs.wrapperClassName = 'white'; hs.useBox = true; hs.width = 600; hs.height = 500; hs.dimmingOpacity = 0.75; hs.dragByHeading = false; hs.expandCursor = null, hs.restoreCursor = null, hs.captionEval = "document.getElementsByTagName('h1')[0].innerHTML"; hs.numberPosition = 'caption'; hs.lang.number = 'Imaginea %1 din %2'; // Add the slideshow providing the controlbar and the thumbstrip hs.addSlideshow({ slideshowGroup: 'f64', interval: 5000, repeat: true, useControls: true, overlayOptions: { position: 'bottom right', opacity: .75, offsetY: 55, hideOnMouseOut: true }, thumbstrip: { position: 'above', mode: 'horizontal', relativeTo: 'expander' } }); var hsSettings={slideshowGroup: 'f64'}; hs.addSlideshow({ slideshowGroup: 'f64NS', interval: 5000, repeat: true, useControls: true, overlayOptions: { position: 'bottom right', opacity: .75, offsetY: 55, hideOnMouseOut: true } }); var hsSettingsNoStrip={slideshowGroup: 'f64NS'};