Class: SpreeCmCommissioner::TaxonAdBanner

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

Instance Method Summary collapse

Methods inherited from Asset

#styles

Instance Method Details

#asset_stylesObject

3x1



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

def asset_styles
  {
    small: '480x160>',
    medium: '960x320>',
    large: '1200x400>'
  }
end