souhs
Posts: 2
Joined: Fri May 08, 2015 7:57 pm

How to use custom folder for graphic images?

I use in this gallery http://highslide.com/ full path http://www.souhssz.setra.icnhost.net/gall/graphics/ , but it doesn`t work.
Only http://highslide.com/highslide/graphics/ works.

Code: Select all

<script type="text/javascript">
hs.graphicsDir = 'http://www.souhssz.setra.icnhost.net/gall/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
//hs.dimmingOpacity = 0.75;

// Add the controlbar
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: 0.75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});
</script>
MisterNeutron
Posts: 440
Joined: Sun Aug 18, 2013 11:20 am

Re: How to use custom folder for graphic images?

Your page is using one of the outlines (rounded-white), but your custom graphics directory doesn't include the outlines subdirectory.

Return to “Highslide JS Usage”