background-repeat

The background-repeat property specifies whether the background image is repeated (tiled), and how.

background-repeat: repeat | repeat-x | repeat-y | no-repeat | inherit
Initial: repeat
Applies To: all elements
Inherited: no
Percentages: NA
Media: visual

DOM

Δ

[window.]document.getElementById("element-id").style.backgroundRepeat = "background-repeat";

Example | no-repeat

Δ

Example | repeat

Δ

Example | repeat-x

Δ

Example | repeat-y

Δ

Example | DOM

Δ

References

Δ