pastebin

Paste Search Dynamic
Recent pastes
owl carousel
  1. $('.owl-carousel').owlCarousel({
  2.     loop:true,
  3.     margin:10,
  4.     nav:false,
  5.         dots:true,
  6.         loop:true,
  7.         autoplay: true,
  8.     autoplayTimeout: 3000,
  9.     responsive:{
  10.         0:{
  11.             items:2
  12.         },
  13.         600:{
  14.             items:4
  15.         },
  16.         1000:{
  17.             items:6
  18.         }
  19.     }
  20. })
Parsed in 0.008 seconds