Class: SpreeCmCommissioner::HomepageBannerWebImage

Inherits:
Asset
  • Object
show all
Defined in:
app/models/spree_cm_commissioner/homepage_banner_web_image.rb

Instance Method Summary collapse

Methods inherited from Asset

#styles

Instance Method Details

#asset_stylesObject

2x1



4
5
6
7
8
9
10
# File 'app/models/spree_cm_commissioner/homepage_banner_web_image.rb', line 4

def asset_styles
  {
    mini: '240x120>',
    small: '480x240>',
    large: '960x480>>'
  }
end