Style Object
The backgroundRepeat property sets or returns how to repeat (tile) a background-image.
Set the backgroundRepeat property:
Return the backgroundRepeat property:
| Value | Description |
|---|---|
| repeat | The background image is repeated both vertically and horizontally. This is default |
| repeat-x | The background image is only repeated horizontally |
| repeat-y | The background image is only repeated vertically |
| no-repeat | The background-image is not repeated |
| inherit | The setting of the background-repeat property is inherited from the parent element |
![]()
The backgroundRepeat property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
Set the background-image to only repeat vertically:
Style Object
Your message has been sent to W3Schools.