替代网站上的多个SVG文件

时间:2018-10-06 18:37:23

标签: html css svg

我有一个网站,并且调用了50个不同的SVG图片,例如:

<object type="image/svg+xml" width="50" height="50" data="img/icons/image1.svg">
  Image1
</object>
<object type="image/svg+xml" width="50" height="50" data="img/icons/image2.svg">
  Image2
</object>

这显然不是最佳方法,因为它会增加http请求的数量并降低网站速度。什么是最好的方法。将所有这些图像组合到一个文件中并这样称呼它们?

0 个答案:

没有答案