Skip to content

Instantly share code, notes, and snippets.

@cssquirrel
Created May 31, 2017 19:44
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 cssquirrel/2582857d7bf6e70d5566bb1df890e3b4 to your computer and use it in GitHub Desktop.
Save cssquirrel/2582857d7bf6e70d5566bb1df890e3b4 to your computer and use it in GitHub Desktop.
Sample Zoom Area Cropper Value Output
{
"crops": [{
"x": 2999,
"y": 805,
"width": 400,
"height": 200,
"url": "/media/1050/allez-faire-loutre.jpg?crop=2999,805,400,200&width=400&height=200",
"name": "Crop 1",
"zoom": 1
}, {
"x": 2502,
"y": 886,
"width": 400,
"height": 200,
"url": "/media/1050/allez-faire-loutre.jpg?crop=2502,886,400,200&width=400&height=200",
"name": "Crop 2",
"zoom": 1
}, {
"x": 1295,
"y": 591,
"width": 400,
"height": 200,
"url": "/media/1050/allez-faire-loutre.jpg?crop=1295,591,393,197&width=400&height=200",
"name": "Crop 3",
"zoom": "1.02"
}, {
"x": 460,
"y": 2534,
"width": 400,
"height": 200,
"url": "/media/1050/allez-faire-loutre.jpg?crop=460,2534,400,200&width=400&height=200",
"name": "Crop 4",
"zoom": 1
}],
"media": {
"altText": "allez-faire-loutre.jpg",
"height": 3191,
"id": 1091,
"url": "/media/1050/allez-faire-loutre.jpg",
"width": 4454
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment