Why does my cropper not work on my mediapicker? [Umbraco 13.1.1]
Hey everyone,
I have a question regarding the image cropper in Umbraco 13.1.1 that i applied on a media picker, Whenever i try to crop the media in the media picker and inspect the image the image doesn't get cropped but the URL does get updated with the wanted resolution.
Do any of you know why it does "crop" it as in updating the URL but doesnt actually crop the image themselves?
Why does my cropper not work on my mediapicker? [Umbraco 13.1.1]
Hey everyone,
I have a question regarding the image cropper in Umbraco 13.1.1 that i applied on a media picker, Whenever i try to crop the media in the media picker and inspect the image the image doesn't get cropped but the URL does get updated with the wanted resolution.
Do any of you know why it does "crop" it as in updating the URL but doesnt actually crop the image themselves?
If you are using App.UseStaticFiles()
see this post for a possible fix. It worked for me in Umbraco 13
is working on a reply...