Ability to change croppie options after initialization
See original GitHub issueI first init a croppie by
var basic = $('.container').croppie({ viewport: { width: 200, height: 100 }, boundary: { width: 250, height: 150 } });
then bind it to an image.
When binding it to a different one later how can I change the viewport and boundary afterwards?
Thanks in advance and great job on croppie!
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:29 (6 by maintainers)
Top Results From Across the Web
Developers - Ability to change croppie options after initialization -
Ability to change croppie options after initialization. ... I first init a croppie by var basic = $('.container').croppie({ viewport: { width: 200,
Read more >Croppie - a simple javascript image cropper - Foliotek
Bind an image to the croppie. Returns a promise to be resolved when the image has been loaded and the croppie has been...
Read more >setting img src attribute in croppie js call back function
The callback function is not able to set the src attribute of an img tag, after cropping and uploading using croppie.js.
Read more >Croppie - a simple javascript image cropper - Museum Thailand
Bind an image the croppie. Returns a promise to be resolved when the image has been loaded and the croppie has been initialized....
Read more >Croppie - a simple javascript image cropper - Food Pantries
Croppie · Croppie is a fast, easy to use image cropping plugin with tons of configuration options! · The Basics · Installation ·...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, I just start to use and integrate this one to my admin site. It would be nice to see some feature, I am list it then you can choice you would be like it or not.
I hope I can give you some new idea. I am sorry I am not a js pro (I working on server side languages, I am just beginner on js) so I cannot write it for you.
bump