Issue
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?
Solution
Found the problem. I had to add fill
to property border-image-slice
.
Answered By - Fede G
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.