Josh Buchea

  • Notes
  • About

SVG

Published Aug 29, 2020

Error: <svg> attribute width: Expected length, "auto"

Don't use auto:

<svg xmlns="http://www.w3.org/2000/svg" width="auto" height="15px"

Use 100% instead:

<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="15px"

Let's grow together 🌱

Get my newsletter for digital creators 💌

Say hi on Mastodon