scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
874 stars 305 forks source link

Doesn't work with PNG files #198

Closed maiconcarraro closed 8 years ago

maiconcarraro commented 8 years ago

I selected some JPEG files and it worked, but none PNG files worked. I tried these files in demo page too and do nothing. What's the problem?

maiconcarraro commented 8 years ago

Solved with smallImage property :) awesome

tamitutor commented 7 years ago

Thank you @maiconcarraro! I implemented Cropit in my React app and it wasn't working with PNG files for me either. I was sure it was my code as it takes tweaking to get JQuery to work correctly inside of React. I set the smallImage property to 'allow', and...VOILA! It works!

This needs to be documented.