update slideshow
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 6 Mar 2015 14:19:48 +0000 (09:19 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 6 Mar 2015 14:19:48 +0000 (09:19 -0500)
set randomStart to true

Toolkit/RotatingImages/libjs/user.php

index 7e2ce84..59ad14e 100644 (file)
@@ -24,6 +24,7 @@ $row = $dbh->query($sql)->fetch(PDO::FETCH_ASSOC);
 ?>
 $(window).load(function() {
     $('#slider').nivoSlider({
+        randomStart: true,
         effect: '<?php echo $row['transition'];?>',
         animSpeed: 1000,
         pauseTime: <?php echo $row['timeout'] * 1000;?>