SyntaxFix
Write A Post
Hire A Developer
Questions
changing the SVG file was not a fair solution for me so instead, I used relative CSS units.
vh, vw, % are very handy. I used a CSS like height: 2.4vh; to set a dynamic size to my SVG images.
vh
vw
%
height: 2.4vh;