Update the slideshow js file
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 17 Jul 2014 15:46:41 +0000 (11:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 17 Jul 2014 15:46:41 +0000 (11:46 -0400)
put in randomStart set to true

Toolkit/RotatingImages/libjs/user.php

index 7e2ce84..94790d5 100644 (file)
@@ -26,6 +26,7 @@ $(window).load(function() {
     $('#slider').nivoSlider({
         effect: '<?php echo $row['transition'];?>',
         animSpeed: 1000,
+        randomStart: true,
         pauseTime: <?php echo $row['timeout'] * 1000;?>
     });
     if ($('#slider').children('a').size() <= 1 ) {