Download
User Rating: 0/5 ( 0 votes)
Figure Slider is a jQuery responsive pictures slider plug-in. This plugin comes with no CSS stylization so you are free to stylize it as you want.
You can change the <div> width, background, margins and paddings, the <figure> and<figcaption> background, margins and paddings and so on.
Source: github.com
1. INCLUDE JS FILES
<script src="jquery.min.js"></script>
<script src="figure-slider.min.js"></script>
2. HTML
<div class="YOUR-CLASS" >
<figure>
<img src="..." />
<!–– you can add a figcaption as you like ––>
<figcaption>
a caption.
<figcaption/>
<figure>
<div/>
3. JAVASCRIPT
$( document ).ready(function() {
$( '.YOUR-CLASS' ).figureSlider();
});
4. STYLIZATION
This plugin comes with no CSS stylization so you are free to stylize it as you want. You can change the <div>width, background, margins and paddings, the <figure> and <figcaption> background, margins and paddings and so on.