The border-image-repeat property specifies whether the border image should be repeated, rounded or stretched:
border-image-repeat: repeat;
border-image-repeat: round;
border-image-repeat: stretched;
Here is the original image:
Note: Internet Explorer 10, and earlier versions, do not support the border-image-repeat property.