Introducing JQM carousel widget

Introducing JQM carousel widget

One thing I find lacking in JQM is a carousel/gallery widget.

There are a lot of carousels out there, but they usually require some customization to mesh with JQM and also add extra overhead, because JQM provides most of the things needed (transitions, events, ...) out-of-the-box and tested.

So I made a carousel widget based on JQM

Github: https://github.com/frequent/JQM-carousel
JSBIN: http://jsbin.com/ofuhaw/1290

Note the widget does not require any dimenions to be set - it will auto extend to the parent container and resize images accordingly. If you require specific dimensions, just drop the carousel in any wrapping element.

Feel free to post bugs/issues on Git.