Skip to content

Instantly share code, notes, and snippets.

@florentb
Created July 9, 2020 13:50
Show Gist options
  • Save florentb/7adefdee8a306dc708188a5402dcc26b to your computer and use it in GitHub Desktop.
Save florentb/7adefdee8a306dc708188a5402dcc26b to your computer and use it in GitHub Desktop.
<!-- with HTML attributes -->
<img class="twic" data-src="placeholder:auto" width="300" height="300">
<!-- Same result with CSS -->
<img class="twic" data-src="placeholder:auto" style="width:300px; height:300px;">
<script src="https://i.twic.pics/?v1" async></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment