description & Usage
To size a background image, use the background-size property.
Informations
# | Description |
---|---|
Default Value | auto |
Inherited | no |
Animatable | yes |
Version | CSS3 |
JavaScript syntax | object.style.backgroundSize="60px 120px" |
Syntax
Values
Values | Description |
---|---|
auto | The original size of the background image is shown. |
initial | Adds this value to its default property. |
inherit | It inherits this value from its parent tag. |