css.properties

border-image-repeat

The border-image-repeat property specifies how a border image is repeated.

Formal Syntax

[ stretch | repeat | round | space ]{1,2}

See specification

JavaScript Access

// Access via element.style
element.style.borderImageRepeat = 'stretch';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-image-repeat1515612
repeat1515612
round30159.112
space56509.112
stretch1515612

Related Properties