Class: SpreeCmCommissioner::GuestCardClasses::BookingCardBackgroundImage

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

Instance Method Summary collapse

Methods inherited from Asset

#styles

Instance Method Details

#asset_stylesObject



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

def asset_styles
  {
    mini: '160x90>',
    small: '480x270>',
    medium: '960x540>'
  }
end