Advertisement
Udoro

Thumbnail slider - JSON

Nov 18th, 2022
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "type":"slide",
  3. "direction":"ltr",
  4. "keyboard":"global",
  5. "height":"auto",
  6. "gap":10,
  7. "start":0,
  8. "perPage":"3",
  9. "perMove":1,
  10. "speed":400,
  11. "interval":3000,
  12. "autoHeight":true,
  13. "autoplay":false,
  14. "pauseOnHover":false,
  15. "pauseOnFocus":false,
  16. "arrows":false,
  17. "pagination":false,
  18. "focus": "center",
  19. "isNavigation": true,
  20. "updateOnMove": true,
  21.  
  22.  
  23.  
  24. "breakpoints":{
  25. "580":{
  26. "perPage":"2"
  27. },
  28.  
  29. "320":{
  30. "perPage":"1"
  31. }
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement