Skip to content

Instantly share code, notes, and snippets.

@maximilian-lindsey
Created April 8, 2019 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maximilian-lindsey/bab61909f8d1575e1041382d850cbf2c to your computer and use it in GitHub Desktop.
Save maximilian-lindsey/bab61909f8d1575e1041382d850cbf2c to your computer and use it in GitHub Desktop.
Lazy loaded image placeholder
<!-- Source: https://twitter.com/etportis/status/1113887359555100672 -->
<img src="data:image/svg+xml;charset=utf-8,
<svg xmlns='http://www.w3.org/2000/svg '
width='1280' height='720' />"
data-src="lazy.jpg"
alt="A lazy Jpeg" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment