sconsult/croppic

jQuery 3 compatibility issue

Opened this issue · 3 comments

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

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

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

Is it working with Bootstap 4?