Skip to content

Instantly share code, notes, and snippets.

@psbolden
Created April 23, 2017 14:10
Show Gist options
  • Save psbolden/51a418f50ed68b612236b9bca2da6c46 to your computer and use it in GitHub Desktop.
Save psbolden/51a418f50ed68b612236b9bca2da6c46 to your computer and use it in GitHub Desktop.
Blitline image grid / collage
{
"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