css.properties

background-repeat

The background-repeat property specifies whether and how a background image repeats.

Formal Syntax

background-repeat = <repeat-style># <repeat-style> = repeat-x | repeat-y | repeat-block | repeat-inline | <repetition>{1,2}

See specification

JavaScript Access

// Access via element.style element.style.backgroundRepeat = "repeat";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
background-repeat11112
2-value313512
multiple_backgrounds13.61.312
no-repeat11112
repeat11112
repeat-x11112
repeat-y11112
round3049812
space3049812

Related Properties