Created
June 30, 2012 20:50
-
-
Save D3xx73r/3025458 to your computer and use it in GitHub Desktop.
Process a thumb version of the image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This should go in your uploader | |
version :thumb do | |
process resize_to_fit: [50, 50] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment