Class: ContentPictureDecorator

Inherits:
ApplicationDecorator show all
Defined in:
app/decorators/content_picture_decorator.rb

Instance Method Summary collapse

Methods inherited from ApplicationDecorator

collection_decorator_class

Instance Method Details

#max_image_sizeObject



4
5
6
# File 'app/decorators/content_picture_decorator.rb', line 4

def max_image_size
  (1600.0 / 12.0 * column.width_xl.to_f).to_i
end