jcrop Questions

1

I have used JCrop almost in all of my ASP.Net webform projects and its very handy tool and moving forward i have to start using ASP.Net Core or ASP.Net Blazor for new project and also to upgrade ol...
Tomato asked 17/2, 2020 at 4:47

1

Solved

I'm trying to save an cropped image with jcrop, based on x,y,w,h. I send to my PHP file, the axis x,y and width/height, but the cropped area is wrong. this is my php function $axis_x = $_POST["x"...
Toland asked 28/5, 2014 at 20:43

1

I'm using the code from this tutorial from my Jcrop script: http://blogaddition.com/2012/12/crop-an-image-and-upload-using-jquery-html5-and-php/ It works well as long as I don't put the image into...
Spanker asked 6/4, 2014 at 18:10

5

Solved

Since jcrop is now working on touch screens I want to do a web app that uses it. I have everything working on it but if I try to make the design responsive so that the user can see the whole image ...
Leroi asked 30/11, 2012 at 15:28

1

Solved

I am taking the Image from user,performing the crop operation, converting it to base64 and then drawing it on a canvas. For the cropping I am using jcrop library. $(document).on("change","#photogr...
Entire asked 15/6, 2016 at 7:7

2

Solved

I am working on a component in which there is file-upload HTML control, upon selecting an image using the file-upload element, the image would be rendered on the HTML5 Canvas element. Here is JSFid...
Ralph asked 7/1, 2016 at 9:4

6

Solved

I've got a pretty simple problem, but I've become clueless on what is causing the problem. In one of my applications I'm using jCrop as a small add-on to crop images to fit in banners/headers etc. ...
Kallick asked 9/5, 2011 at 12:59

1

New here on Stackoverflow. I am working on a solution, where I can save a cropped image using jcrop on the server as a .jpg file. The image is also used as a texture on a cube surface (I am using t...
Casino asked 11/3, 2016 at 16:33

5

I'm trying to crop an image using Jcrop, but when I use jqueryrotate on the image, something weird happens. I rotate the image 90 degress then I activate the JCrop, the JCrop does not follow the i...
Searle asked 19/11, 2013 at 3:44

4

Solved

I'm currently setting up an image-upload cropping sequence. The application requires an enforced minimum size, however this results in awkward JCrop behavior: Clicking without dragging produces ...
Itinerant asked 27/1, 2012 at 15:26

4

I'm having trouble using Jcrop on responsive width images for the mobile version of a site. When I apply a width setting of 100% to the uploaded image - to allow a user on a mobile device the best...
Accomplish asked 17/12, 2013 at 19:34

2

Having some trouble trying to get this to work in Rails 4 - http://railscasts.com/episodes/182-cropping-images?view=comments As per one of the questions in the comments: using the after_update cal...
Hysterogenic asked 17/11, 2013 at 16:17

4

Solved

From what I can tell, JCrop will not let me set things up so the user can crop outside the actual image and include surrounding whitespace. Is there a way to do that? To help explain what I mean, ...
Moncrief asked 24/4, 2013 at 23:48

3

Solved

I have used Jcrop extensively but I want to crop the image in much similar way the Facebook uses for cropping its cover image. So, I want a div to be of some fixed size wherein the background to h...
Nebulous asked 2/10, 2013 at 0:13

2

I am using JCrop to Crop Image. It is working fine if I show Actual Image to user. But, If I show Resize Image rather than Actual Image then I am getting Co-ordinates of Resize Image. Then, How do ...
Havana asked 14/2, 2015 at 7:41

4

Solved

I've this code: <div class='mini'> <div id='wrap_jcrop' class='td_wrap'> <img id='img2crop' src=''> </div> </div> With this CSS: div.mini { width: 300px; heig...
Classroom asked 1/9, 2013 at 11:49

3

Solved

I am using jcrop for image cropping on the fly and want the user to have the option of changing the image before they start to crop. For some reason I cannot get the image to change. jsfiddle htt...
Peevish asked 21/8, 2013 at 7:59

3

Solved

how do i un-jcrop an image? I'm adding jcrop with a; $('#imgThumbnailer').Jcrop({ onChange: statusCrop, onSelect: statusCrop, bgColor: 'black', bgOpacity: .3 }); How do I go about undoing i...
Samphire asked 16/12, 2010 at 23:22

3

Solved

I want to let the user crop an image, I found this JQuery plugin - http://deepliquid.com/content/Jcrop.html I tried to use it with Angular-ui's Jquery passthrough option, adding the ui-jq=Jcrop di...
Tenpins asked 14/1, 2013 at 13:20

2

I'm trying to use JCrop with AngularJS. I have the following directive that I need help to fix a bit: .directive('imgCropped', function() { return { restrict: 'E', replace: true, scope: { src:...
Dissension asked 24/1, 2013 at 15:3

2

Solved

TRANSLATED by Google I'm running to achieve an upload form in php and jquery and say that everything is fine now except for one thing that I think is nonsense but still can not figure it out. Let ...
Nauseous asked 8/4, 2013 at 21:48

1

Solved

$('#previewImg').Jcrop({ onChange: showCoords, onSelect: showCoords, minSize:[300,100], maxSize:[900,900], aspectRatio: 3/1 }); I have an image use jcrop, however i need to have a default ...
Brower asked 5/1, 2014 at 7:17

5

Solved

I use the Jquery Jcrop for cropping my images. Now I'm implementing a slider for resizing the image. I want the cropping and resizing to happend on the same page. I do it like this: $(document).r...
Choirmaster asked 3/6, 2011 at 15:54

1

Solved

Please check http://jsfiddle.net/UmJtB/18/ below code <script type="text/javascript"> $(document).ready( function() { $(".uploadphoto").click(function() { if(document.getElementById('files'...
Selfpity asked 24/5, 2013 at 9:49

2

Solved

My jcrop code $(function(){ // Create variables (in this scope) to hold the API and image size var jcrop_api, boundx, boundy, // Grab some information about the preview pane $preview = $('#p...
Obstinate asked 29/7, 2013 at 8:53

© 2022 - 2024 — McMap. All rights reserved.