Skip to content

Instantly share code, notes, and snippets.

@arijitMondal
Last active January 4, 2021 09:32
Show Gist options
  • Save arijitMondal/712751362d0950fffc720f5a455723e5 to your computer and use it in GitHub Desktop.
Save arijitMondal/712751362d0950fffc720f5a455723e5 to your computer and use it in GitHub Desktop.
<img
src={imageUrl}
srcSet={
`${imageUrl} 1200w,
${imageUrl}?w=200 200w,
${imageUrl}?w=400 400w,
${imageUrl}?w=800 800w,
${imageUrl}?w=1024 1024w`}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment