Skip to content

Instantly share code, notes, and snippets.

@ivandoric
Last active August 29, 2015 14:02
Show Gist options
  • Save ivandoric/358e0e4fbc2b05e67b06 to your computer and use it in GitHub Desktop.
Save ivandoric/358e0e4fbc2b05e67b06 to your computer and use it in GitHub Desktop.
caroufredsel: jQuery example call
jQuery(".gallery-slider").carouFredSel({
items: 3,
circular: true,
responsive: true,
scroll : {
items : 3,
duration : 1500,
pauseOnHover : true
},
prev : {
button : ".prev-gallery-slider"
},
next : {
button : ".next-gallery-slider"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment