How to
Include jQuery library and Powerslide script:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="js/powerSlide.js"></script>
Include Powerslide css and theme:
<link href="css/powerSlide.css" rel="stylesheet" type="text/css" media="screen"/>
<link href="css/powerSlide_graphite.css" rel="stylesheet" type="text/css" media="screen"/>
Insert your images:
<div id="slider">
<img src="img/img1.jpg" alt="" />
<img src="img/img2.jpg" alt="" />
<img src="img/img3.jpg" alt="" />
</div>
Finally, call the Powerslide plugin:
$('#slider').powerSlide({ options });
Options:
'width': 800
'height': 320
'position': 'bottom | top' // Navigation position
'bullets': false // Show bullets
'thumbs': false // Show thumbnails
'row': 10 // Thumbnails per row
'auto': true // Auto rotate
'autoSpeed': 4000 // Auto rotate speed in ms
'fadeSpeed': 1000 // Image fading speed in ms