Skip to content

Instantly share code, notes, and snippets.

@cmutagorama
Created December 10, 2021 18:30
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