Add more open options
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
<image-cropper #imageCropper
|
||||
[imageChangedEvent]="imageChangedEvent"
|
||||
[maintainAspectRatio]="true"
|
||||
format="jpeg"
|
||||
[format]="imageType"
|
||||
[aspectRatio]="aspectRatio"
|
||||
[autoCrop]="true"
|
||||
[resizeToWidth]="maxWidth"
|
||||
[roundCropper]="roundImage"
|
||||
(imageCropped)="imageCropped($event)"
|
||||
(imageLoaded)="imageLoaded($event)"
|
||||
(cropperReady)="cropperReady()"
|
||||
|
Reference in New Issue
Block a user