Changed max. image size of original image.

This commit is contained in:
Martin Edenhofer 2016-05-12 17:42:39 +02:00
parent 85a8d5fe02
commit 28ef42826d

View file

@ -182,7 +182,7 @@ class ImageCropper extends App.ControllerModal
@image.attr src: dataUrl
# 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) =>
image = e.currentTarget