good afternoon everyone,
i am using this php snippet to display a gallery in slideshow mode in my header
<?php
if (function_exists("nggSlideshowWidget"))
nggSlideshowWidget('1','940','240');
?>
its working ok, problem is, how can i randomize the images ?