Skip to content

Instantly share code, notes, and snippets.

@michaelaflores
Last active March 10, 2020 02:26
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 michaelaflores/a73e532f9e40563c1b16770ece6dace9 to your computer and use it in GitHub Desktop.
Save michaelaflores/a73e532f9e40563c1b16770ece6dace9 to your computer and use it in GitHub Desktop.
const yourContentfulSpace = ""
// Retrieve an image at 50% quality
yourContentfulSpace/mycat.jpg?&q=50
// Retrieve an image as WebP format at 50% quality
yourContentfulSpace/mycat.jpg?&fm=webp&q=50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment