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
The following example call:
/pimcore-studio/api/assets/353/video/stream/image-thumbnail?width=500&height=500&aspectRatio=true
should respect the aspect ratio of the image thumbnail of a video. Currently this seems to not work:
The text was updated successfully, but these errors were encountered:
This is a general request topic. Until now it was not possible to map the request with boolean values directly.
This change symfony/symfony#59134 seems to allow it and therefore our request values need to be changed to bools.
See also: symfony/symfony#59353
Sorry, something went wrong.
lukmzig
Successfully merging a pull request may close this issue.
The following example call:
/pimcore-studio/api/assets/353/video/stream/image-thumbnail?width=500&height=500&aspectRatio=true
should respect the aspect ratio of the image thumbnail of a video. Currently this seems to not work:
The text was updated successfully, but these errors were encountered: