Skip to content

Instantly share code, notes, and snippets.

@samuelhorn
Last active December 22, 2020 13:19
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 samuelhorn/7883be23f90ab8db376cbf1bcd48bfea to your computer and use it in GitHub Desktop.
Save samuelhorn/7883be23f90ab8db376cbf1bcd48bfea to your computer and use it in GitHub Desktop.
Unsplash image HTML snippet for VSCode
"Unsplash": {
"prefix": "unsplash",
"body": [
"<img src=\"https://source.unsplash.com/${1:1600}x${2:900}/?${3:nature,water}\" alt=\"${4:Placeholder image from Unsplash}\" />"
],
"description": "Image from unsplash"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment