Skip to content

Instantly share code, notes, and snippets.

@WanderGink
Created October 23, 2016 03:08
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 WanderGink/4d1363436613a12d5c31a648155803e7 to your computer and use it in GitHub Desktop.
Save WanderGink/4d1363436613a12d5c31a648155803e7 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$(".owl-carousel").owlCarousel(
{
loop:true,
nav:true,
margin: 25,
navText: ["<i class='ion ion-chevron-left'></i>", "<i class='ion ion-chevron-right'></i>"],
responsive:{
0:{
items:1
},
600:{
items:3
},
1000:{
items:5
}
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment