All the examples I've found for using border-image are of fixed x and y. Is there a way to have the border image compensate for different widths or heights, using percentage?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
If you are talking about slicing your image border-image-slice is property you need,you can specify in percantage , see http://www.w3schools.com/cssref/css3_pr_border-image.asp |
|||
|
|
|
You're not going to be able to do this with straight CSS. You're going to need some javascript to figure out how large the images are and set the borders accordingly. I've created a quick mockup on jsbin. Check it out here. |
|||
|
|