What is the difference between using> or # when trimming your thumb:
Example:
has_attached_file :image, :styles => {:small => "100x100#"} has_attached_file :image, :styles => {:small => "100x100>"}
How to get a thumb with a maximum height of 100 pixels but a variable width (to maintain aspect ratio)?
thanks
Deb
source share