Specify the size of a background image:
![]()
The background-size property is supported in IE9+, Firefox 4+, Opera, Chrome, and Safari 5+.
The background-size property specifies the size of the background images.
| Default value: | auto |
|---|---|
| Inherited: | no |
| Version: | CSS3 |
| JavaScript syntax: | object.style.backgroundSize="60px 80px" |
| Value | Description | Play it |
|---|---|---|
| length | Sets the height and width of the background image. The first value sets the width, the second value sets the height. If only one value is given, the second is set to "auto" | Play it » |
| percentage | Sets the height and width of the background image in percent of the parent element. The first value sets the width, the second value sets the height. If only one value is given, the second is set to "auto" | Play it » |
| cover | Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area | Play it » |
| contain | Scale the image to the largest size such that both its width and its height can fit inside the content area | Play it » |
Stretch
the background-image
Stretch the background image to completely cover the content area.
Stretch
the background-image to four copies horizontally
Stretch the background image so that exactly four copies fit horizontally.
CSS3 tutorial: CSS3 Backgrounds
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.