Last active
March 10, 2020 02:26
-
-
Save michaelaflores/a73e532f9e40563c1b16770ece6dace9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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