Placeholder Image w/ LoremPixel
'$3' replace to category words. e.g. 'food', 'sports', 'abstract' and more.
<snippet>
<content><![CDATA[
<img src="http://lorempixel.com/${1:320}/${2:240}/${3:category}" width="$1" height="$2" alt="${3:category}" title="${4:placeholder}">]]></content>
<tabTrigger>img:lpx</tabTrigger>
<description>LoremPixel - Placeholder</description>
</snippet>
<snippet>
<content><![CDATA[
<img src="http://lorempixel.com/g/${1:320}/${2:240}/${3:category}" width="$1" height="$2" alt="${3:category}" title="${4:placeholder}">]]></content>
<tabTrigger>img:lpxg</tabTrigger>
<description>LoremPixelGray - Placeholder</description>
</snippet>