aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/js/010-control.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/010-control.js b/web/js/010-control.js
index 6319c66..9bd8b6d 100644
--- a/web/js/010-control.js
+++ b/web/js/010-control.js
@@ -87,7 +87,7 @@ $(document).ready(function() {
$(document.body).html("Wrong picture.");
return;
}
- var maxSize = 640;
+ var maxSize = 800;
var width = current_photo.size[0];
var height = current_photo.size[1];
if (width > height) {