ngx-image-cropper icon indicating copy to clipboard operation
ngx-image-cropper copied to clipboard

Not able to apply backgroundColor

Open Akhil0046 opened this issue 1 year ago • 2 comments

<image-cropper [imageChangedEvent]="imgChangeEvt" [maintainAspectRatio]="false" [aspectRatio]="4 / 4" [resizeToWidth]="256" [(transform)]="transform" [cropperMinWidth]="1200" [cropperMinHeight]="600" [cropperMaxWidth]="1200" [cropperMaxHeight]="600" format="png" (imageCropped)="cropImg($event)" backgroundColor="rgba(255,255,255,1)" >

Akhil0046 avatar Nov 29 '23 05:11 Akhil0046

Did you try turning it into a string, backgroundColor="'rgba(255,255,255,1)'"?

loiddy avatar Nov 29 '23 13:11 loiddy

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 17 '24 12:03 stale[bot]