champloo11 / ng-easy-image-crop

Angular Directive for Easy Server-Side Image Cropping. Handles both original image and scaled image dimensions.
18 stars 3 forks source link

aspect ratio resize bug #1

Closed szkrd closed 8 years ago

szkrd commented 9 years ago

rectangleWidth = (imageTag.offsetHeight - rectangleTop) / (aspectRatioY/aspectRatioX);

/* Same with vertical.