Advertisement
Guest User

Untitled

a guest
May 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     $(".marcom-dynamique.loop").owlCarousel({
  2.         responsiveClass:true,
  3.         touchDrag:true,
  4.         mouseDrag:true,
  5.         margin:20,
  6.         navigation:false,
  7.         nav:false,
  8.         dots:false,
  9.         responsive:{
  10.             0:{
  11.                 items:1,
  12.                 stagePadding: 40,
  13.                 center:true,
  14.                 loop:true,
  15.             },
  16.             520:{
  17.                 items:1,
  18.                 stagePadding: 100,
  19.                 center:true,
  20.                 loop:true,
  21.             },
  22.             720:{
  23.                 items:2,
  24.                 stagePadding: 100,
  25.                 center:true,
  26.                 loop:true,
  27.             },
  28.             992: {
  29.                 margin:0,
  30.             },
  31.             1200:{
  32.                 margin:0,
  33.                 items:3,
  34.                 loop:false,
  35.             }
  36.         }
  37.  
  38.     })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement