KOslider jQuery Plugin Examples

Simple example:

This example the most common features of a slider: left/right arrow keys to move prev/next;

Touch/swipe example:

Just set "swipe":"true" and you're good to go, but will only work if your device supports touch events.

Fixed-width elements example:

Choose a width and set the 'itemWidth' option, like so: "itemWidth":"300px" and you're good to go.

Equal heights example:

Just change these two options: "setHeight":"equal" and select an element for "equaliseEl":".eq-wrapper" so that it can calculate the height.