Lightweight animated image description
<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>
$('.glider').glider();
Option | Default value | Description |
---|---|---|
format | square | square makes the element square, auto leaves the image aspect ratio |
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 |
Attribute | Default value | Set on | Description |
---|---|---|---|
data-type | (optional) | $('.glider') | image-only will just show the image, no effect or anything else |