Changed max. image size of original image.
This commit is contained in:
parent
85a8d5fe02
commit
28ef42826d
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class ImageCropper extends App.ControllerModal
|
||||||
@image.attr src: dataUrl
|
@image.attr src: dataUrl
|
||||||
|
|
||||||
# resize if to big
|
# resize if to big
|
||||||
App.ImageService.resize(@imageSource, 800, 'auto', 2, 'image/jpeg', 0.9, show)
|
App.ImageService.resize(@imageSource, 600, 'auto', 2, 'image/jpeg', 0.9, show)
|
||||||
|
|
||||||
orientateImage: (e) =>
|
orientateImage: (e) =>
|
||||||
image = e.currentTarget
|
image = e.currentTarget
|
||||||
|
|
Loading…
Reference in a new issue