css.properties

border-image-slice

The border-image-slice property specifies how to slice a border image.

Formal Syntax

[<number [0,โˆž]> | <percentage [0,โˆž]>]{1,4} && fill?

See specification

JavaScript Access

// Access via element.style
element.style.borderImageSlice = '100%';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-image-slice1515612

Related Properties