Skip to content

Instantly share code, notes, and snippets.

@cmutagorama
Created December 10, 2021 18:30
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 cmutagorama/9fbfa95f84fb805d201b17a044b0ee5c to your computer and use it in GitHub Desktop.
Save cmutagorama/9fbfa95f84fb805d201b17a044b0ee5c to your computer and use it in GitHub Desktop.
setting size of unsplash image
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