Skip to content

Instantly share code, notes, and snippets.

@shirokoweb
Created January 12, 2018 19:07
Show Gist options
  • Save shirokoweb/2d88c8ff21262a3439d5b935fc4bf975 to your computer and use it in GitHub Desktop.
Save shirokoweb/2d88c8ff21262a3439d5b935fc4bf975 to your computer and use it in GitHub Desktop.
firethis script for owl carousel
jQuery(document).ready(function ($) {
$('.owl-carousel').owlCarousel({
navText:['\43','\44'],
dots: false,
loop: true,
nav: true,
lazyload: true,
margin: 50,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false,
dots: true,
},
600: {
items: 3
},
1000: {
items: 4
}
}
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment