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
A thumbnail generator could improve performance of server specifically when clients request image CMS items.
some useful links: https://packagist.org/packages/intervention/image https://packagist.org/packages/knplabs/knp-snappy
The text was updated successfully, but these errors were encountered:
At the current version, there is an api to get the content of a cmc:
GET: /api/cms/{id}/download
Actually, download is an binary resource which is bind in to the content. So, we can add another binary resource as follow:
GET: /api/cms/{id}/thumbnail
By the way, this is an binary resource with managed directly by the server. I add the api and wait for implementation.
Sorry, something went wrong.
No branches or pull requests
A thumbnail generator could improve performance of server specifically when clients request image CMS items.
some useful links:
https://packagist.org/packages/intervention/image
https://packagist.org/packages/knplabs/knp-snappy
The text was updated successfully, but these errors were encountered: