jQuery glider plugin

Glider demo

Add a small paragraph to your description. Links are also supported

Syntax

<div class="glider">
    <h3>Title</h3>
    <img src="http://placehold.it/350x150" />
    <p>
        This text will be used as caption. <a href="#">Links are accepted.</a>
    </p>
</div>

Initializing the code

$('.glider').glider();

Options

Option Default value Description
format square Values: square | auto
square makes the element square
auto keeps image proportions
iconAfter null Use HTML to add an icon beneath the title
showTitle true Show the title when the element isn't hovered
speed 250 Effect speed, ms