SyntaxFix
Write A Post
Hire A Developer
Questions
I ran into this issue and resolved it by removing the width styling I had used on the SVG:
.svg-div img { width: 200px; /* removed this */ height: auto; }