Advertisement
Oscarobians

Bricks Fancy Slider Nestable Settings JSON

May 13th, 2024
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. {
  2. "type": "slide",
  3. "direction": "ltr",
  4. "keyboard": "global",
  5. "height": "50vh",
  6. "gap": "0px",
  7. "start": 0,
  8. "perPage": 1,
  9. "perMove": 1,
  10. "speed": "800",
  11. "interval": 3000,
  12. "autoHeight": false,
  13. "autoplay": false,
  14. "pauseOnHover": false,
  15. "pauseOnFocus": false,
  16. "arrows": true,
  17. "pagination": false,
  18. "mediaQuery": "max",
  19. "width": "80vw",
  20. "updateOnMove": true,
  21. "fixedWidth": "60rem",
  22. "padding": {
  23. "left": "0%",
  24. "right": "20%"
  25. },
  26. "breakpoints": {
  27. "478": {
  28. "arrows": false,
  29. "padding": {
  30. "left": "0%",
  31. "right": "10%"
  32. }
  33. }
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement