Create an Image Slideshow

Click on one of the videos below to watch a tutorial on Creating an Image Slideshow

If you do not have Quicktime you can view the tutorial using a Flash player:
Flash

Tutorial Video (Flash Player)

 

Copy and paste this code

<script type=”text/javascript”>
$(document).ready(function(){
$(‘#crossslide’).crossSlide({
sleep: 5,
fade: 1,
shuffle: true
}, [
{ src: ‘https://wou.edu/student/admissions/californiagold/images/cal_1.jpg’},
{ src: ‘https://wou.edu/student/admissions/californiagold/images/cal_2.jpg’},
{ src: ‘https://wou.edu/student/admissions/californiagold/images/cal_3.jpg’}
]);
});
</script>

<div id=”crossslide”>&nbsp;</div>


Please feel free to email me if you have any questions, gauntzd@wou.edu.

Leave a Reply

Your email address will not be published.