Skip to content

Instantly share code, notes, and snippets.

@hteumeuleu
Created May 29, 2019 09:52
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 hteumeuleu/f133061fd3f31eb824a5d2762b5a7432 to your computer and use it in GitHub Desktop.
Save hteumeuleu/f133061fd3f31eb824a5d2762b5a7432 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>srcset attribute</title>
</head>
<body>
<h1>srcset</h1>
<img src="https://i.imgur.com/pnUUCFQ.png" srcset="https://i.imgur.com/35cz49W.png 480w, https://i.imgur.com/X7vSnQV.png 640w, https://i.imgur.com/JqqqI8g.png 1440w" sizes="100vw" style="display:block; width:100%; height:auto;" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment