The border-image-repeat property specifies whether the border image should be repeated, rounded or stretched.Tip: Also look at the border-image property (a shorthand property for setting all the border-image-* properties).
border-image-repeat: stretch|repeat|round|initial|inherit;
#borderimg { border-image-source: url(border.png); border-image-repeat: repeat; }