Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 336 Bytes

File metadata and controls

18 lines (15 loc) · 336 Bytes

jQuery.imageSlider

The jQuery.imageSlider is a jQuery plugin to look at before/after pictures.

Install:

$ bower install jquery.imageslider

Usage:

$('.your-element').imageSlider({
    left: 'left.image.url',
    right: 'right.image.url'
});

Notes:

The used images should have the same height and width.