Module: Gluttonberg::Library::Config::ImageSizes

Defined in:
lib/gluttonberg/library/config/image_sizes.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Constant Summary collapse

DEFAULT_THUMBNAILS =

Default sizes used when thumbnailing an image.

{
  :small_thumb => {:label => "Small Thumb", :filename => "_thumb_small", :geometry => "360x268#" },
  :large_thumb => {:label => "Large Thumb", :filename => "_thumb_large", :geometry => "360x268>"},
  :backend_logo => {:label => "Backend Logo", :filename => "_backend_logo", :geometry => "1000x30"}
}
MAX_IMAGE_SIZE =

The default max image size. This can be overwritten on a per project basis via the rails configuration.

"2000x2000>"