Bigger images.

master
Jason A. Donenfeld 2011-05-06 08:52:46 -04:00
parent 3a3bea6a17
commit 727ea6e41d
1 changed files with 1 additions and 1 deletions

View File

@ -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) {