Kiwwwi Slider is a flexible, and responsive slider/platform built with pure JavaScript and CSS that supports any media type such as text, images, and even videos.
responsive posts carousel plugin free download, carousel slider with text, multimedia carousel examples, product slider carousel plugin
How to make use of it:
Create slider and slides.
<div id="slider"> <!-- LEFT AND RIGHT BUTTONS --> <div class="slide-left"><</div> <div class="slide-right">></div> <!-- EACH SLIDE INSIDE THE SLIDER MUST BE AN <ARTICLE> ELEMENT --> <article> <div> <h1>Slide 1</h1> <p>Something</p> </div> </article> <article> <div> <h1>Slide 2</h1> <p>Something else</p> </div> </article> <article> <div> <h1>Slide 3</h1> <p>Whatever floats your boat</p> </div> </article> </div>
Create a class for each slider on your page.
var slider = document.getElementById('slider'); var newSlider = new KiwwwiSlider(slider, 3000, 1);
Parameters
- The slider element
- The time between each slide switch (in milliseconds), is false if no auto-switch
- The slide animation duration (in seconds)
responsive multi media carousel, kiwwwwi-slider Plugin/Github
See Demo And Download
Official Website(alvaroarol): Click Here
This superior jQuery/javascript plugin is developed by alvaroarol. For extra advanced usage, please go to the official website.