Skip to content

Instantly share code, notes, and snippets.

@matiaskorhonen
Created April 8, 2019 14:40
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 matiaskorhonen/d04fa13e16cccc17d530120fe7b371ae to your computer and use it in GitHub Desktop.
Save matiaskorhonen/d04fa13e16cccc17d530120fe7b371ae to your computer and use it in GitHub Desktop.
Lazyload placeholder with accurate aspect ratio https://twitter.com/etportis/status/1113887359555100672
<img src="data:image/svg+xml;charset=utf-8,
<svg xmlns='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