fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

cropper/examples/crop-avatar demo, set aspectRatio not 1, crop and show image isn't same size #881

Closed mqy1023 closed 7 years ago

mqy1023 commented 7 years ago

when i use cropper/examples/crop-avatar, change aspectRatio value not 1, image can't show normaly. the crop image is not as the same size as the show image.

使用 cropper/examples/crop-avatar 例子时,当改变aspectRatio的值不为1后,运行代码,返回的剪裁的图片无法正常显示,显示出来的图片和当时裁剪图片尺寸对不上。

fengyuanchen commented 7 years ago

The aspectRatio option in this example must be 1, any other values are not available.

mqy1023 commented 7 years ago

any other example recommend? about crop-avatar can be cropped any size and upload and show normally,thanks !