I have a vector image that is a png and I want to put it on my website for the body, although when I try to put it there it becomes super blurry. I’ve been using ImgBB which doesn’t allow SVGS so that’s bad (if you have a host for svgs that is private let me know please) and its high on pixels there too I usually put the vectors at 9999-15000 pixels but on my website its so bad I can’t use it. When I put the image in the css it’s automatically small. I think it’s blurry because it’s originally small and I have to increase the size a bunch for the vector to fit the page. So my question is how can I unblur it or not have to increase the size? (by the way, i have been using background-size: px, px; or contain; or auto;)
I tried using the code from another page and that made it slightly better, no idea why. I wasn’t expecting much really, I just tried it because the other image wasn’t so small when I put the link in css for the body.
By the way, none of this is in an or something like that. It’s all in the body {} css.