jlengstorf / lengstorf.com

Source for lengstorf.com, Jason Lengstorf's personal site.

Home Page:https://lengstorf.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image `src` fallback should not specify sizes

jlengstorf opened this issue · comments

Right now it's defaulting to the -300... size, which is breaking on anything with a custom srcset in browsers that don't support srcset. Sanest thing to do would be to use the supplied size (no size suffix) as the fallback. This'll hopefully look better than the 300px version as well.

No longer relevant now that the site is on @gatsbyjs.