- From: jsnkuhn via GitHub <sysbot+gh@w3.org>
- Date: Tue, 19 Dec 2023 15:56:00 +0000
- To: public-css-archive@w3.org
The best work around I've found for this so far is just making the side of the `border-image-source` with the centered element much longer than you'd normally think is necessary and then using `border-image-repeat: repeat;`. If the element never gets, for example, wider than the native width of the `border-image-source` it should stay centered and never need to repeat. This works well for SVG images where the "extra" size doesn't add too much to the file size but maybe not so good for raster images. Also, ran into another example on a much larger site then the others so dropping it in: https://abcnews.go.com/538 ![image](https://github.com/w3c/csswg-drafts/assets/1286791/9ed865e9-c686-4dbf-9b39-34553e43003c) -- GitHub Notification of comment by jsnkuhn Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8883#issuecomment-1863030261 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 19 December 2023 15:56:03 UTC