Просмотр файла modules/gallery/inc/hidslide.php

Размер файла: 668B
<script type="text/javascript" src="/engine/classes/highslide/highslide.js"></script>
<link rel="stylesheet" type="text/css" href="/engine/classes/highslide/highslide.css" />
<script type="text/javascript">
    hs.transitions = ['expand', 'crossfade'];
    hs.outlineType = 'rounded-white';
    hs.fadeInOut = true;
    hs.graphicsDir = '/engine/classes/highslide/graphics/';
        // 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>