Skip to content

Commit

Permalink
Do not enlarge images smaller than 800px
Browse files Browse the repository at this point in the history
  • Loading branch information
torzech committed Sep 2, 2011
1 parent c75a2e1 commit a63737f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def store_dir
end

version :content do
process :resize_to_fit => [800, 800]
process :resize_to_limit => [800, 800]
end

# Add a white list of extensions which are allowed to be uploaded.
Expand Down

0 comments on commit a63737f

Please sign in to comment.