Advertisement
hmbashar

Activation for owl carousel Slider

Nov 25th, 2022
2,358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.27 KB | None | 0 0
  1.  
  2.     $('.aefe-some-review-content-slide').owlCarousel({
  3.         dots: false,
  4.         items: 5,
  5.         loop: true,
  6.         autoplay:true,
  7.         responsive:{
  8.                 0:{
  9.                     items:1
  10.                 },
  11.                 600:{
  12.                     items:2
  13.                 },
  14.                 750:{
  15.                     items:2
  16.                 },
  17.                 1000:{
  18.                     items:5
  19.                 }
  20.             }
  21.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement