64robots / nova-image-cropper

Image Field with built-in cropper for Laravel Nova
57 stars 16 forks source link

Forced crop without aspect ratio #14

Closed jonnigg closed 5 years ago

jonnigg commented 5 years ago

ImageCropper is forcing a crop immediately after selecting a file. It also forces an aspect ratio even if this function has not been called.

beliolfa commented 5 years ago

default aspect ratio is 1. Can you try upgrading to 1.1.3 and setting ->aspectRatio(0) in your field declaration?