/dreamSlider

Dream Slider is a image slider jQuery Plugin with interactive visual effects

Primary LanguageJavaScriptMIT LicenseMIT

license

DreamSlider, a jQuery treat

Description

DreamSlider is a jQuery image slider plugin with great visual effects.

Main Features

  • Hover effects for thumbnails : Zoom-in(default),bounce,standout.
  • Single image/Gallery mode to create an image slideshow with thumbnails
  • Small file size,easy to implement.
  • No additional thumb images required.
  • Browser support: v47.0,Firefox v42.0,IE11+ & many more to come.

How to use dreamSlider?

The code

add the following css style sheet to the <head> of your document.

<link type="text/css" rel="stylesheet" href="css/dreamSlider.css" />

HTML Structure

Add the following js scripts references to the body tag after the images are loaded for optimum performance benefit.

<div class="container">
    <div iclass="im_wrapper">
        <div ><img src="images/1.jpg" alt="" /></div>
        <div ><img src="images/2.jpg" alt="" /></div>
        <div ><img src="images/3.jpg" alt="" /></div>
        <div ><img src="images/4.jpg" alt="" /></div>
        <div ><img src="images/5.jpg" alt="" /></div>
        <div ><img src="images/6.jpg" alt="" /></div>
    </div>
</div>

<!-- The JavaScript libraries section-->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="js/dream.slider.js"></script>
...

Instantiating the awesomeness!

 <script type="text/javascript">
    $(function(){
        $('#container').dreamSlider({
            rowCount:6 //[limit 5 or 6] no of thumbs in a row
            //,easeEffect: 'bounce'
            //,easeEffect: 'standOut'
        });
    });
</script>

Found a Bug ?

If you think you might have found a bug or if you have a feature suggestion, please use github issue tracker. Also try to add a jsfiddle or codepen or plunker that demonstrates your problem.

If you need any help with implementing dreamSlider in your project or if have you any personal support requests, then please use stackoverflow to post a question & tag me to your question using my SO id @dreamweiver or you can even mail me directly to my personal maibox dreamweiver.manoj@gmail.com, instead of raising a issue on dreamSlider github page.

If you like dreamSlider then star this repository or if you any feebacks about this project then do drop me a mail. @dreamweiver

Contributions

Base idea of DreamSlider was created by Mary Lou.

MIT © dreamweiver