# File lib/paperclip/geometry.rb, line 65
    def smaller
      [height, width].min
    end