Skip to content

Instantly share code, notes, and snippets.

@docsallover
Created November 6, 2024 16:54
Show Gist options
  • Save docsallover/988df52921a9d2c865273460e3ee00c7 to your computer and use it in GitHub Desktop.
Save docsallover/988df52921a9d2c865273460e3ee00c7 to your computer and use it in GitHub Desktop.
Srcset Attribute In HTML
<img src="image-320.jpg" srcset="
image-320.jpg 320w,
image-640.jpg 640w,
image-1280.jpg 1280w"
alt="Image description">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment