We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to be able to do a call like this from the classic bundle in the Studio API:
/admin/asset/get-image-thumbnail?id=1186&width=140&height=113&contain=true&cropWidth=53.8&cropHeight=48.8&cropTop=28.266666666666666&cropLeft=24.4&cropPercent=true
Therefore please add the cropWidth, cropHeight, cropTop, cropLeft and cropPercent settings to our custom image thumbnail endpoint.
cropWidth
cropHeight
cropTop
cropLeft
cropPercent
The text was updated successfully, but these errors were encountered:
mcop1
Successfully merging a pull request may close this issue.
We need to be able to do a call like this from the classic bundle in the Studio API:
/admin/asset/get-image-thumbnail?id=1186&width=140&height=113&contain=true&cropWidth=53.8&cropHeight=48.8&cropTop=28.266666666666666&cropLeft=24.4&cropPercent=true
Therefore please add the
cropWidth
,cropHeight
,cropTop
,cropLeft
andcropPercent
settings to our custom image thumbnail endpoint.The text was updated successfully, but these errors were encountered: