Skip to content

Instantly share code, notes, and snippets.

@WebFikirleri
Last active December 19, 2015 10:28
Show Gist options
  • Save WebFikirleri/5940207 to your computer and use it in GitHub Desktop.
Save WebFikirleri/5940207 to your computer and use it in GitHub Desktop.
JCarouselLite filtered
$(".jcl").filter(function(){ return ($(this).find("li").length > 4) }).jCarouselLite({
auto: 5000,
circular: true,
visible: 4,
scroll: 3,
speed: 800
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment