AW-6716 Uploaden avatar geeft foutmelding
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

Caused by BREAKING CHANGE: by default the output will be set to blob. Using blob instead of a base64 should decrease the memory usage. If you wish to keep using base64, simply add output="base64" to the <image-cropper> tag. (https://github.com/Mawi137/ngx-image-cropper/releases/tag/7.0.0)
This commit is contained in:
Peter (extern) 2025-03-04 08:52:38 +01:00
parent 362e6c8534
commit 89061774de

View File

@ -11,7 +11,7 @@
<i class="fal fa-image"></i>
<div i18n>No image selected</div>
</div>
<image-cropper #imageCropper
<image-cropper #imageCropper output="base64"
[imageChangedEvent]="imageChangedEvent"
[maintainAspectRatio]="true"
[format]="imageType"