reSlider is an easy-to-use and fully customizable jQuery slider plugin to display your images in an elegant way.
jquery image slider with thumbnails, jquery image slider download, jquery image slider animation effects, automatic image slider in jquery, jquery image slider plugin
Features:
- Autoplay when the page loads.
- Infinite loops like a carousel.
- Custom transition effects.
- Move between thumbnails.
- Supports both landscape and portrait orientations.
How to make use of it:
1. Add references to jQuery, jquery.re-slider.css, and jquery.re-slider.js library on your web page.
<link rel="stylesheet" href="jquery.re-slider.css"> <script src="jquery.min.js"></script> <script src="jquery.re-slider.js"></script>
2. Add a group of photos to the slider.
<div class="reSlider"> <div class="reSlider-slide-container"> <div class="reSlider-slides"> <div class="reSlider-slide"> <img src="1.jpg"> </div> <div class="reSlider-slide"> <img src="2.jpg"> </div> <div class="reSlider-slide"> <img src="3.jpg"> </div> <div class="reSlider-slide"> <img src="4.jpg"> </div> <div class="reSlider-slide"> <img src="5.jpg"> </div> </div> </div> </div>
3. Add next/previous navigation buttons to the image slider.
<button class="reSlider-prev">Prev</button> <button class="reSlider-next">Next</button>
4. Add navigation thumbnails to the image slider.
<div class="reSlider-thumbnail-container"> <div class="reSlider-thumbnail-list"> <div class="reSlider-thumbnail-box"> <img src="1.jpg"> <div class="reSlider-thumbnail-mask"></div> </div> <div class="reSlider-thumbnail-box"> <img src="2.jpg"> <div class="reSlider-thumbnail-mask"></div> </div> <div class="reSlider-thumbnail-box"> <img src="3.jpg"> <div class="reSlider-thumbnail-mask"></div> </div> <div class="reSlider-thumbnail-box"> <img src="4.jpg"> <div class="reSlider-thumbnail-mask"></div> </div> <div class="reSlider-thumbnail-box"> <img src="5.jpg"> <div class="reSlider-thumbnail-mask"></div> </div> </div> </div>
5. Configure the image slider with the default options.
$(function(){ $('#demo').reSlider(); });
6. Default configuration options.
// start index current : 0, // width of the image slider width : 900, // slideshow mode (auto play) slideShow : true, // transition delay slideShowDelay : false, // pause on hover hoverStop : false, // auto play interval interval : 5000, // enable fadeIn transitions fadeIn : false, fadeInDuration : 1500, fadeInEasing : 'swing', // infinite looping loop : true, rouletteLoop : false, // horizontal or vertical orientation : 'horizontal', // reverse orientation reverse:false, // slide CSS classes slideContainer : '.reSlider-slide-container', slides : '.reSlider-slides', slide : '.reSlider-slide', // slide options slideWidth : 900, slideHeight : 400, slideDuration : 500, slideEasing : 'swing', slidePrevBtn: '.reSlider-prev', slideNextBtn: '.reSlider-next', // thumbnail navigation options thumbnailContainer : '.reSlider-thumbnail-container', thumbnails : '.reSlider-thumbnail-list', thumbnail : '.reSlider-thumbnail-box', thumbnailMask : '.reSlider-thumbnail-mask', thumbnailPosition : 'right', thumbnailWidth : 160, thumbnailHeight : 57, thumbnailMaskDuration: 500, thumbnailMaskEasing : 'linear'
easy customizable jquery image slider, jquery reSlider Plugin/Github, multiple image slider jquery example
See Demo And Download
Official Website(Y-Kogawa): Click Here
This superior jQuery/javascript plugin is developed by Y-Kogawa. For extra advanced usage, please go to the official website.