codebend3r / OwlGallery

JQuery Plugin - slider/carousel/gallery with built in responsive design and swipe detection for mobile devices.
http://crivas.net/git/owlgallery/
0 stars 0 forks source link

OwlGallery - v1.7.4

JQuery Plugin for easily creating a gallery with responsiveness and swipe detection for touch devices built in.

Owl Gallery Documentation

Basic Usage:

$('ul.gallery-list').owlgallery({
  child: 'li.slides'
});