borderImageRepeat
The border-image-repeat
CSS property defines how the edge regions and middle region of a source image are adjusted to fit the dimensions of an element's border image. The middle region can be displayed by using the keyword "fill" in the border-image-slice property.
Syntax: [ stretch | repeat | round | space ]{1,2}
Initial value: stretch
| Chrome | Firefox | Safari | Edge | IE |
| :----: | :-----: | :----: | :----: | :----: |
| 15 | 15 | 6 | 12 | 11 |
Content copied to clipboard