Created
December 13, 2011 12:40
-
-
Save billrobbins/1472002 to your computer and use it in GitHub Desktop.
Slideshow Loading
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
var $j = jQuery.noConflict(); | |
$j(window).load(function() { | |
$j('#slider').nivoSlider({ | |
effect:'<?php echo $ot_cycle_settings['effect']; ?>', | |
animSpeed:500, | |
slices:1, | |
pauseTime:<?php echo ($ot_cycle_settings['delay'] * 1000); ?>, | |
directionNav:false | |
}); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment