I am using the Jcrop plugin for jQuery for photo manipulation. I finally have it working successfully in Firefox and IE8, but am experiencing some weird behavior in Chrome and Safari.
I am using Jcrop on an image that is resized with css for uniformity. JS <script type=\"text/javascript\">
I have the following code in this fiddle , I want the he开发者_如何学Pythonight of the profile_window_content to be more than the height of the image in jcrop-tracker.Height of div is set to auto , th
in my user.data.crop_position value is \"[ 100, 100, 200, 200 ]\"; var crop_position=user.data.crop_position.slice(1,user.data.crop_position.length-2);
I upload images with aspsmartupload and it work as it should, good! But after I have uploaded the image I would like to be able to crop the image with Jcrop.
I am using Jcrop and I wan\'t to dynamically change the aspect ratio for the selection based on user input, so I guess the way to go is to use Jcrop api.
I\'m trying to implement Jcrop with a list of images. At the moment, when you click the link to crop, a lightbox loads an ajax call with the image and all the cropping tools开发者_如何学C and everythi
I have a PHP script that allows image upload. I modified it slightly to load newly uploaded image into a modal window in order to allow manual crop, if needed.
I am having problems with Jcrop API. I don\'t think I need to go into detail as why I need this check, but I need to check if the Jcrop API is present so I can destroy it or not create another one if
I\'m at a loss.I\'m using JQuery 1.4.2 and JCrop 0.98.Everything else works fine, but I cannot move a selection once created.When I mouse over the selection and click, nothing happens.