Skip to content

Instantly share code, notes, and snippets.

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