aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-06 08:52:46 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-06 08:52:46 -0400
commit727ea6e41d6996fc4cfe8775c7bc310e2385ab97 (patch)
tree320e60e685a0f0e7c01bb37f8a1e7058976d6efb /web
parentCenter strip. (diff)
downloadPhotoFloat-727ea6e41d6996fc4cfe8775c7bc310e2385ab97.tar.xz
PhotoFloat-727ea6e41d6996fc4cfe8775c7bc310e2385ab97.zip
Bigger images.
Diffstat (limited to 'web')
-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) {