Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Slides, A Slideshow Plugin for jQuery</title>
- <link rel="stylesheet" href="css/global.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
- <script src="http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js"></script>
- <script src="js/slides.min.jquery.js"></script>
- <script>
- $(function(){
- $('#slides').slides({
- preload: true,
- preloadImage: 'img/loading.gif',
- play: 5000,
- pause: 2500,
- hoverPause: true
- });
- });
- </script>
- </head>
- <body>
- <div id="container">
- <div id="example">
- <div id="slides">
- <div class="slides_container">
- <img src="img/slide-1.jpg" width="590" height="393"></a>
- <img src="img/slide-2.jpg" width="590" height="393"></a>
- <img src="img/slide-3.jpg" width="590" height="393"></a>
- <img src="img/slide-4.jpg" width="590" height="393"></a>
- <img src="img/slide-5.jpg" width="590" height="393"></a>
- <img src="img/slide-6.jpg" width="590" height="393"></a>
- <img src="img/slide-7.jpg" width="590" height="393"></a>
- <img src="img/slide-8.jpg" width="590" height="393"></a>
- </div>
- <a href="#" class="prev"><img src="img/arrow-prev.png" width="24" height="43" alt="Arrow Prev"></a>
- <a href="#" class="next"><img src="img/arrow-next.png" width="24" height="43" alt="Arrow Next"></a>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment