Jcropped Get Cropped Image Height
I'm using JCrop to get the dimensions of the image to be cropped. I have the code for getting the dimensions set like this: function updateCoordinates(c) {
Solution 1:
c.y2 - c.y gives the height of the cropped area.
Post a Comment for "Jcropped Get Cropped Image Height"