Index: openacs-4/packages/acs-content-repository/tcl/image-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/image-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-content-repository/tcl/image-procs.tcl 5 Oct 2006 15:34:28 -0000 1.4 +++ openacs-4/packages/acs-content-repository/tcl/image-procs.tcl 2 Nov 2006 06:34:00 -0000 1.5 @@ -302,7 +302,8 @@ } { #TODO make a parameter in content repository - return [list thumbnail 150x150 view 500x500] + # avatar size to match gravatar.com + return [list thumbnail 150x150 view 500x500 avatar 80x80] } ad_proc -public image::resize { @@ -384,4 +385,4 @@ @creation-date 2006-08-29 } { return [db_string get_resized_item_id "" -default ""] -} \ No newline at end of file +}