Skip to content

Instantly share code, notes, and snippets.

@gpressutto5
Last active December 1, 2016 16:58
Show Gist options
  • Save gpressutto5/d4ee50216833d9fe6097c20ae3c973e0 to your computer and use it in GitHub Desktop.
Save gpressutto5/d4ee50216833d9fe6097c20ae3c973e0 to your computer and use it in GitHub Desktop.
Generates a placehold.it image URL. Default image: http://placehold.it/350x350/cccccc/777777.jpg?text=Hello+World
<snippet>
<content><![CDATA[
http://placehold.it/${1:350}x${2:$1}/${3:cccccc}/${4:777777}.${5:jpg}?text=${0:Hello+World}
]]></content>
<tabTrigger>placehold</tabTrigger>
<scope>text.html</scope>
<description>Generates an image link</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment