Used to set the size of the element’s background image
The image can be left to its natural size, stretched, or constrained to fit the available space
contain
cover
auto
length
Stretches the image in the corresponding dimension to the specified length.
Accepts an integer (number); negative values are not allowed.
percentage
Live Example