jcrop
JCrop Problem with asp.net masterpage
I have a MasterPage,defaultPage and Cropper page and I am able to use JCrop when I have only default.aspx page and not master page and the cropper page.[详细]
2023-03-31 15:10 分类:问答showing image loaded from file before upload/POST
I have the following html code to upload an image: <input type=\"file\" name=\"before\"size=\"40\">[详细]
2023-03-28 10:38 分类:问答jQuery crop tool with large images
I have a <img> tag which shows images. If I load large images I need to re-size it using th开发者_开发技巧e following CSS code[详细]
2023-03-27 21:02 分类:问答jCrop is not being called.
jQuery(\'#imgCrop\').Jcrop() is not being called. Am I referencing jCrop correctly? Please refer 开发者_StackOverflowto my links for my VS2010 screenshots. Thanks![详细]
2023-03-27 09:58 分类:问答What is the best way to have image uploading and cropping in a rails app?
I want to upload an image to a model and then crop it.开发者_如何学Go I tried using paperclip with jcrop, but I can not figure it out. Any other options out there? Dragonfly + jcrop.[详细]
2023-03-25 03:13 分类:问答after cropping image, S3 doesn't store all image sizes
I storing images using paperclip + S3 has_attached_file :image, :whiny => false, :styles => { :large => \"550x340>\",[详细]
2023-03-23 13:43 分类:问答jQuery Jcrop setSelect shows visually, but when clicked to move, it jumps
I am using the jQuery plugin Jcrop. I have an issue with one of the initial setup settings called setSelect.[详细]
2023-03-19 20:59 分类:问答A Bug in Jcrop, minSize + aspectRatio
I am trying to use Jcrop for my application, though I have run into a bug with it.I went to the demo page, and the bug exists there too.Here is how to create it.[详细]
2023-03-16 14:15 分类:问答Problem with Jcrop on Chrome and IE8 - cropping only shown if page refreshed
I am working on a Codeigniter app that uses JCrop to crop the user\'s profile image. Once the image is uploaded, I am using a standard method to run Jcrop and submit coordinates via a form.[详细]
2023-03-13 18:55 分类:问答ImageMagick and Paperclip not finding the location of my files on S3 (Jcrop)
I am trying to allowing cropping on my app. However, when I run this method: def avatar_geometry(style = :original)[详细]
2023-03-12 23:43 分类:问答