Class: SpreeCmCommissioner::VendorWebPromotionBanner

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

Instance Method Summary collapse

Methods inherited from Asset

#styles

Instance Method Details

#asset_stylesObject



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

def asset_styles
  {
    mini: '285x50>',
    small: '570x100>',
    medium: '1140x200>',
    large: '1425x250>'
  }
end