Resizing SVG in html?

后端 未结 8 1420
慢半拍i
慢半拍i 2020-12-04 05:25

So, I have an SVG file in HTML, and one of the things I\'ve heard about the format is that it doesn\'t get all pixelated when you zoom in on it.

I know with a jpeg o

8条回答
  •  再見小時候
    2020-12-04 06:07

    Open your .svg file with a text editor (it's just XML), and look for something like this at the top:

    Erase width and height attributes; the defaults are 100%, so it should stretch to whatever the container allows it.

提交回复
热议问题