is there some way of adding the autoplay functionality, i have poked around in the source code, but cant seem to work out how to do it, am i being stupid or is autoplay not supported in the module?

i have tried adding the following code to the galleria.tpl.php page to no avail:

<script type="text/javascript">
	$('#galleria').galleria({
		extend: function() {
			this.play(4000); // will advance every 4th second
		}
	});
</script>

thanks in advance

Comments

bowersinit’s picture

Status: Active » Closed (duplicate)

just saw this thread:

http://drupal.org/node/632650

boody