When passing the height and/or width in the url (ex: ?width=310&height=220)
And the to resize image is very large the resizer service ignores the resize and returns the image as is.
Expected behavior
The image to be returned resized in the requested sizes.
Thank you. I can reproduce it. The problem is that the asset resize microservice does not accept large requests. I have turned off this setting. Will be deployed soon.
The bug has been solved and deployed. But it is better not to upload such large images. Some formats require a lot of CPU to resize them and if it causes problem I might enforce a size limit again.