Josh Buchea

  • Notes
  • About
  1. Edit the _data/metadata.json with your site's information.
  2. (Optional) Edit .eleventy.js with your configuration preferences.
  3. Delete this message from _includes/layouts/base.njk.

This is an Eleventy project created from the eleventy-starter repo.

SVG

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"

Published Aug 29, 2020

Let's grow together 🌱

Get my newsletter for digital creators 💌

Say hi on Mastodon