Last active
August 13, 2018 17:52
-
-
Save gabriel-fallen/59e7435243ace925f9ba87b4fd840f59 to your computer and use it in GitHub Desktop.
Example for an example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"thumb": "img/thumbs/1.jpg", | |
"full": "img/1.jpg", | |
"desc": "Sample image 1" | |
}, | |
{ | |
"thumb": "img/thumbs/2.jpg", | |
"full": "img/2.jpg", | |
"desc": "Sample image 2" | |
}, | |
{ | |
"thumb": "img/thumbs/3.jpg", | |
"full": "img/3.jpg", | |
"desc": "Sample image 3" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment