sconsult / croppic

croppic
914 stars 228 forks source link

jQuery 3 compatibility issue #281

Open shantinath opened 6 years ago

shantinath commented 6 years ago

This plugin is not compatible with jQuery version 3. You need some small changes.

koon-ktv commented 6 years ago

Change all img.load to img.on('load', It works !

rkorebrits commented 6 years ago

I fixed this in my fork: https://github.com/rkorebrits/croppic/ You can clone that if you want

dajkod commented 3 years ago

Is it working with Bootstap 4?