When using CSS property border-image
, I get these unwanted 1px borders where the different image parts connect. Depending on the window size, these lines might appear or not. Is there a way to get rid of them?
Found the problem. I had to add fill
to property border-image-slice
.