From 727ea6e41d6996fc4cfe8775c7bc310e2385ab97 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 6 May 2011 08:52:46 -0400 Subject: [PATCH] Bigger images. --- web/js/010-control.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {