Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
border-image複数の解像度を効果的に使用するにはどうすればよいですか? 使えます-webkit-image-setか?
border-image
-webkit-image-set
解決策は非常に簡単でした。
border-image-source: -webkit-image-set(url(pic.png) 1x, url(pic_2x.png) 2x); border-width: 10px 10px 10px 10px; border-image-slice: 10 10 10 10;