Skip to content

Instantly share code, notes, and snippets.

@petrozavodsky
Created August 5, 2015 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petrozavodsky/fa5235d5eb94d9363cd5 to your computer and use it in GitHub Desktop.
Save petrozavodsky/fa5235d5eb94d9363cd5 to your computer and use it in GitHub Desktop.
var $ = jQuery.noConflict();
$(document).ready(function () {
$('.selector').carouFredSel({
width: 'auto',
height: 'auto',
responsive: true,
pagination: false,
align: 'left',
circular: false,
infinite: false,
auto: false,
scroll: {
items: 1,
},
prev: '.selector__prev',
next: '.selector__next'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment