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:
Tutorial Video (Flash Player)
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”> </div>
Please feel free to email me if you have any questions, gauntzd@wou.edu.