enum

CSS::Enums::BackgroundSize

Inherits Enum < Comparable < Value < Object

Constants

Cover = 0
Contain = 1

Instance methods

contain?

Returns true if this enum value equals Contain

Source
cover?

Returns true if this enum value equals Cover

Source
to_css_value
Source