-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use #1
Comments
I tested this package with django and django-ckeditor in readme there is the config for django settings. You will need put image-crop directory into ckeditor plugins directory. If you planning use it without django you will need add the same options as in readme in ckeditor-init.js but I didn't test it. |
i get error on imagecrop.js when i click edit image on this line: cropper.reset().replace(element.getAttribute('src')); |
I'll check this, but at first sight it seems error with cropper.js script. Could you please share your config? |
i don't have any js-file named cropper.js My config.js : i added what you describe on readme to imagecrop.js. Sorry for my english |
I've updated readme, now it's more clear. Please, check your config one more time. |
can you explain how to use and configure?
The text was updated successfully, but these errors were encountered: