Class: SpreeCmCommissioner::VendorAppPromotionBanner

Inherits:
Asset
  • Object
show all
Defined in:
app/models/spree_cm_commissioner/vendor_app_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_app_promotion_banner.rb', line 3

def asset_styles
  {
    mini: '100x50>',
    small: '400x100>',
    large: '800x200>',
    extra_large: '1200x300>'
  }
end