# File lib/compass/sass_extensions/sprites/layout_methods.rb, line 144
        def height_for_horizontal_layout
          @height = @images.map {|image| image.height + image.offset}.max
        end