Skip to content

Instantly share code, notes, and snippets.

@maxloncar
Created January 9, 2023 08:38
Show Gist options
  • Save maxloncar/2327eb1154752a519cc7d468630c4e60 to your computer and use it in GitHub Desktop.
Save maxloncar/2327eb1154752a519cc7d468630c4e60 to your computer and use it in GitHub Desktop.
Lazy loading strategy
<img src="image_path/image.jpg" alt="..." loading="lazy" />
<iframe src="image_path/image.jpg" title="..." loading="lazy"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment