Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active July 21, 2021 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blitline-dev/3765044 to your computer and use it in GitHub Desktop.
Save blitline-dev/3765044 to your computer and use it in GitHub Desktop.
Simple Thumbnail Example
{
"application_id":"YOUR_APP_ID",
"v" : 1.21,
"src":"http://cdn.blitline.com/filters/boys.jpeg",
"src_type" : "smart_image",
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":500,
"autosharpen" : true
},
"save":{
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment