Skip to content

Instantly share code, notes, and snippets.

@sashabeep
Created April 19, 2019 08:55
Show Gist options
  • Save sashabeep/3888c21517a0c0c74e674bbabc861032 to your computer and use it in GitHub Desktop.
Save sashabeep/3888c21517a0c0c74e674bbabc861032 to your computer and use it in GitHub Desktop.
$('.owl-carousel-carousel').owlCarousel({
loop:true,
margin:20,
nav:true,
dots:false,
responsive:{
0:{
items:1
},
600:{
items:3
},
1000:{
items:5
},
1200:{
items:6
}
},
navText : ['<i class="fa fa-chevron-circle-left" aria-hidden="true"></i>','<i class="fa fa-chevron-circle-right" aria-hidden="true"></i>']
});
$('.owl-carousel-slider').owlCarousel({
loop:true,
margin:20,
nav:true,
dots:false,
items:1,
navText : ['<i class="fa fa-chevron-circle-left" aria-hidden="true"></i>','<i class="fa fa-chevron-circle-right" aria-hidden="true"></i>']
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment