I am trying to get this gallery to automatically move, but i cant find the command to do so in the script. Maybe i am missing something? Here is the script.
This is the script
http://syndicatebox.com/jquery.slidingGallery-1.2.min.js
I am using this script
http://www.meadmiracle.com/SlidingGallery.aspx
I am using this to call the script to work.
But i am unable of the function here to make it automatically slide without clicking.
<script language="javascript" type="text/javascript">
$(function() {
$('div.gallery img').slidingGallery({
Lwidth: 400,
Lheight: 300,
Lshrink: function(dim) { return dim * 0.5; },
gutterWidth: -8,
container: $('div.gallery')
});
});
</script>
I am cross-posting my answer from https://stackoverflow.com/q/8250488/128165