Last active
December 22, 2020 13:19
-
-
Save samuelhorn/7883be23f90ab8db376cbf1bcd48bfea to your computer and use it in GitHub Desktop.
Unsplash image HTML snippet for VSCode
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
"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