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
Open your .svg file with a text editor (it's just XML), and look for something like this at the top:
.svg
Erase width and height attributes; the defaults are 100%, so it should stretch to whatever the container allows it.