Created
April 23, 2017 14:10
-
-
Save psbolden/51a418f50ed68b612236b9bca2da6c46 to your computer and use it in GitHub Desktop.
Blitline image grid / collage
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
{ | |
"application_id":"YOUR_APP_ID", | |
"src":"https://s3.amazonaws.com/img.blitline/skysmall.jpg", | |
"functions":[ | |
{ | |
"name":"image_grid", | |
"params":{ | |
"images": [ | |
"https://s3.amazonaws.com/img.blitline/skysmall.jpg", | |
"https://unsplash.it/200/300/?random", | |
"https://unsplash.it/200/300/?random", | |
"https://unsplash.it/200/300/?random", | |
"https://unsplash.it/200/300/?random", | |
"https://unsplash.it/200/300/?random" | |
], | |
"cell_width": 200, | |
"cell_height" : 200, | |
"columns" : 3, | |
"padding" : 2, | |
"color" : "#ffda5a" | |
}, | |
"save":{ | |
"image_identifier":"MY_CLIENT_ID" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment