# File lib/compass/sass_extensions/sprites/layout_methods.rb, line 152
        def width_for_vertical_layout
          @images.map { |image| image.width + image.offset }.max
        end