Skip to content

Instantly share code, notes, and snippets.

@yacine
Last active October 12, 2016 22:35
Show Gist options
  • Save yacine/6e5aed963c8b9f3403cd to your computer and use it in GitHub Desktop.
Save yacine/6e5aed963c8b9f3403cd to your computer and use it in GitHub Desktop.
Sublime text lorempixel snippet
<snippet>
<content><![CDATA[
<img src="http://lorempixel.com/${1:200}/${2:200}/${3:abstract}/" alt="image $1 x $2"/>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>pixum</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope></scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment