Created
June 3, 2021 14:58
-
-
Save T99/276a0e4f225268dc1cc4b29b5b6e25a0 to your computer and use it in GitHub Desktop.
Have images in HTML that lazily expand.
This file contains hidden or 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
<div class="lazy-image" style="background: url('...')"> | |
<canvas width="1600" height="800"></canvas> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment