css.properties

background-repeat-y

The background-repeat-y property specifies whether a background image repeats vertically.

Experimental โ€” This feature is experimental and may change

Formal Syntax

<repetition>#

See specification

JavaScript Access

// Access via element.style
element.style.backgroundRepeatY = 'repeat';

Logical Property Group

This property belongs to the background-repeat logical property group, which includes:

Browser Support

experimental, standard | Spec

FeatureChromeFirefoxSafariEdge
background-repeat-y5โ€”579

Related Properties