Closed nhutruby closed 9 years ago
Can you reproduce it on the demo page? If so, could you share the image you tested with?
It works for me with this particular image. What browser and version are you using?
Hi Chromium Version 44.0.2403.89 Ubuntu 14.04 (64-bit) Firefox for Ubuntu 40.0 I don't think it is because of version browsers maybe because the preview size : width : 533px, height : 300px Thanks
Yes I believe that's the reason -- image width (500) is smaller than preview width (533). You can either allow small image by passing in smallImage: 'allow'
to allow selecting small images, or using onImageError
callback to report errors.
When I upload an image with height > width many times , cropit can not load the image version 0.2.0 runs ok Thanks