Created
December 10, 2021 18:30
-
-
Save cmutagorama/9fbfa95f84fb805d201b17a044b0ee5c to your computer and use it in GitHub Desktop.
setting size of unsplash image
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 imageId = 'Mv9hjnEUHR4'; | |
const width = 600; | |
const height = 800; | |
const url = `https://source.unsplash.com/${imageId}/${width}x${height}`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment