Skip to content

Commit

Permalink
Added resizeToDefault for resizing in proto1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Oct 28, 2002
1 parent 395610e commit 5e4f28f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion defaults.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ resizeBeforeUpload=false
# resize images to (if you set this to the same size as
# your gallery setting, this will considerably lighten the
# load on the server, as well as optimizing the upload bandwidth)
# set to 0,0 if to query the server for the appropriate size.
# set to 0,0 to query the server for the appropriate size.
resizeTo=0,0

# if the server can't specify size (protocol 1 for example)
# use this size instead of not resizing at all
resizeToDefault=600,600

# use the names of files as their default captions
setCaptionsWithFilenames=true

Expand Down

0 comments on commit 5e4f28f

Please sign in to comment.