[fotobilder] r1434: LJSV-1054 (Users should be able to choos...
Committer: ailyin
LJSV-1054 (Users should be able to choose image size when posting through scrapbook): for now, default to 640x480U trunk/lib/Apache/FotoBilder/WebUpload.pm
Modified: trunk/lib/Apache/FotoBilder/WebUpload.pm
===================================================================
--- trunk/lib/Apache/FotoBilder/WebUpload.pm 2010-09-29 01:51:44 UTC (rev 1433)
+++ trunk/lib/Apache/FotoBilder/WebUpload.pm 2010-11-08 06:00:36 UTC (rev 1434)
@@ -324,7 +324,7 @@
$ret{"pp_$n"} = $up->url_picture_page();
# "Medium" sized scaled image as well for display in entries
- my ($su, $sw, $sh) = $up->scaled_url(320, 240);
+ my ($su, $sw, $sh) = $up->scaled_url(640, 480);
$ret{"sw_$n"} = $sw;
$ret{"sh_$n"} = $sh;
$ret{"su_$n"} = $su;
