Advertisement
Romanovich095

Slides Example for a Custom slider

Aug 29th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.55 KB | None | 0 0
  1. {
  2.     "items" : [
  3.         {"boat": "Boat 1", "price": 25000, "img": "https://placehold.it/405x270?text=Boat 1", "url": "/boat/1"},
  4.         {"boat": "Boat 2", "price": 25500, "img": "https://placehold.it/405x270?text=Boat 2", "url": "/boat/2"},
  5.         {"boat": "Boat 3", "price": 26000, "img": "https://placehold.it/405x270?text=Boat 3", "url": "/boat/3"},
  6.         {"boat": "Boat 4", "price": 26500, "img": "https://placehold.it/405x270?text=Boat 4", "url": "/boat/4"},
  7.         {"boat": "Boat 5", "price": 27000, "img": "https://placehold.it/405x270?text=Boat 5", "url": "/boat/5"},
  8.     ]
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement