Created
April 8, 2019 11:56
-
-
Save maximilian-lindsey/bab61909f8d1575e1041382d850cbf2c to your computer and use it in GitHub Desktop.
Lazy loaded image placeholder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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