jQuery 3 compatibility issue
Opened this issue · 3 comments
shantinath commented
This plugin is not compatible with jQuery version 3. You need some small changes.
koon-ktv commented
Change all img.load to img.on('load',
It works !
rkorebrits commented
I fixed this in my fork: https://github.com/rkorebrits/croppic/
You can clone that if you want
dajkod commented
Is it working with Bootstap 4?