I am trying to get this gallery to automatically move, but I cannot find a command to do this in the script. Maybe I missed something? Here is the script.
This is a script
http://syndicatebox.com/jquery.slidingGallery-1.2.min.js
I am using this script
http://www.meadmiracle.com/SlidingGallery.aspx
I use this to call a script to work. But I canβt use the automatic slide function without clicking here.
<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>
mystycs
source share