Skip to content

Instantly share code, notes, and snippets.

@MoritzBuetzer
Created October 12, 2016 07:43
Show Gist options
  • Save MoritzBuetzer/058ea4176a584880e25da7a0d19c30ce to your computer and use it in GitHub Desktop.
Save MoritzBuetzer/058ea4176a584880e25da7a0d19c30ce to your computer and use it in GitHub Desktop.
Sublime Text snippet for placehold.it images
<snippet>
<content><![CDATA[
<img alt="${5:Placeholder}" title="${5:Placeholder}" src="//placehold.it/${1:350}x${2:200}/${3:D20000}/${4:FFFFFF}/">
]]></content>
<tabTrigger>placeholdit</tabTrigger>
</snippet>
@MoritzBuetzer
Copy link
Author

tabTrigger : placeholdit

This snippet tabs through all of the available options:

  • width: 350
  • height: 200
  • background-color: D20000
  • color: FFFFFF
  • alt & title tag: Placeholder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment