Class: SpreeCmCommissioner::TaxonWebBanner

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

Instance Method Summary collapse

Methods inherited from Asset

#styles

Instance Method Details

#asset_stylesObject

10x2



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

def asset_styles
  {
    mini: '160x32>',
    small: '720x90>',
    medium: '1440x180>'
  }
end