You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am using croppie within a modal, and it works great for the first upload. However, if attempting to update the picture the 2nd time the saved image appears to be zoomed in past the viewport selection.
I am thinking it is something minor. I tried doing a destroy after the first success, and a re-initialization of the croppie, but that didn't fix things.
The text was updated successfully, but these errors were encountered:
I came up with a pretty good solution after sorting through some of the other responses. The workaround for me was to 1) create the croppie before toggling the modal on and 2)
destroy the croppie when the modal closes (regardless of image upload success). This is key if the modal gets closed without success.
Hi I am using croppie within a modal, and it works great for the first upload. However, if attempting to update the picture the 2nd time the saved image appears to be zoomed in past the viewport selection.
My testpage is here:
https://www.lawyerland.com/_testbox/Croppie-2.5.1/test2.php
My custom JS file is here:
https://www.lawyerland.com/_testbox/Croppie-2.5.1/croppie-custom.js
I am thinking it is something minor. I tried doing a destroy after the first success, and a re-initialization of the croppie, but that didn't fix things.
The text was updated successfully, but these errors were encountered: