Skip to content

Instantly share code, notes, and snippets.

@kodetop
Last active March 30, 2024 17:26
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 kodetop/fc9ca16b7555cf9db6ed788fbc921a6d to your computer and use it in GitHub Desktop.
Save kodetop/fc9ca16b7555cf9db6ed788fbc921a6d to your computer and use it in GitHub Desktop.
Lazy-Loading - HTML
<img src="placeholder.jpg" data-src="imagen-01.jpg" width="640" height="360">
<img src="placeholder.jpg" data-src="imagen-02.jpg" width="640" height="360">
<img src="placeholder.jpg" data-src="imagen-03.jpg" width="640" height="360">
<img src="placeholder.jpg" data-src="imagen-04.jpg" width="640" height="360">
<img src="placeholder.jpg" data-src="imagen-05.jpg" width="640" height="360">
<img src="placeholder.jpg" data-src="imagen-06.jpg" width="640" height="360">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment