Jake Snyder

Results 11 comments of Jake Snyder

I want to make sure that you have seen the `rotateCW` and `rotateCCW` in the API. It isn't perfect, but it generally works for me, and was easier than dealing...

My solution that is working pretty well: https://github.com/scottcheng/cropit/issues/152#issuecomment-184809343 but **+1** on an API addition to unload the image. A callback would be good to.

This is what i did to address this problem: ``` /** * Throttle Resize-triggered Events * Wrap your actions in this function to throttle the frequency of firing them off,...

Does your modal script have any callbacks? Right now you are calling the modal, but not waiting for it to set up before activating cropit. If there is an onload...

Your code worked pretty well for me. Here is how I used it, I ended up adding an "edit" wrapping container to show/hide things: **HTML** ``` Upload a Photo Remove...

I am just using this: ``` var imageData = jQuery('#image-cropper').cropit('export'); if ( imageData ) { imageData.replace(/^data:image\/(png|jpg);base64,/, ""); jQuery('input#photo').val(imageData); } ``` It saves the cropit data url for the image into...

I want to make sure that you have seen the `rotateCW` and `rotateCCW` in the API. It isn't perfect, but it generally works for me, and was easier than dealing...

We are working on getting this update out hopefully this week. On Mon, Feb 1, 2016 at 4:50 AM Ryan Dorn - RAD MKT [email protected] wrote: > When A 'Radio...

I will be working on the plugin this week, so I will take a look at this and having any required updates added in the new version. On Thu, Feb...

I think it would be good to bring this up in this discussion. If I regenerate existing files more than once, the extension keeps building up... When I [regenerate thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/)...