CSS property: -webkit-background-size

Description

Overrides the size of a background image.

Changes to this property can be animated in Safari 4.0 and later.

Syntax

-webkit-background-size: <length>;

-webkit-background-size: <length_x> <length_y>;

Values

<length>

The width and height of the background image.

<length_x>

The width of the background image.

<length_y>

The height of the background image.

Versions