When the image is clicked this template tag directs the user to a site verification page prior to visiting the specified website. This is the template tag STW requires be used by free accounts. It can also be used by PRO accounts if the redirect page is desired.
{% templatetag openblock %} shrinkthewebimage "http://djangoproject.com/" "mcr" {% templatetag closeblock %}
{% shrinkthewebimage "http://djangoproject.com/" "mcr" %}
{% templatetag openblock %} shrinkthewebimage "http://djangoproject.com/" "tny" {% templatetag closeblock %}
{% shrinkthewebimage "http://djangoproject.com/" "tny" %}
{% templatetag openblock %} shrinkthewebimage "http://djangoproject.com/" "vsm" {% templatetag closeblock %}
{% shrinkthewebimage "http://djangoproject.com/" "vsm" %}
{% templatetag openblock %} shrinkthewebimage "http://djangoproject.com/" "sm" {% templatetag closeblock %}
{% shrinkthewebimage "http://djangoproject.com/" "sm" %}
{% templatetag openblock %} shrinkthewebimage "http://djangoproject.com/" "lg" {% templatetag closeblock %}
{% shrinkthewebimage "http://djangoproject.com/" "lg" %}
{% templatetag openblock %} shrinkthewebimage "http://djangoproject.com/" "xlg" {% templatetag closeblock %}
{% shrinkthewebimage "http://djangoproject.com/" "xlg" %}
{% templatetag openblock %} shrinkthewebimage "http://djangoproject.com/" "xlg" lang=fr {% templatetag closeblock %}
{% shrinkthewebimage "http://djangoproject.com/" "xlg" lang=fr %}
{% templatetag openblock %} stwimage "http://djangoproject.com/" "micro" stwsize=mcr {% templatetag closeblock %}
{% stwimage "http://djangoproject.com/" "micro" stwsize=mcr %}
{% templatetag openblock %} stwimage "http://djangoproject.com/" "tiny" stwsize=tny {% templatetag closeblock %}
{% stwimage "http://djangoproject.com/" "tiny" stwsize=tny %}
{% templatetag openblock %} stwimage "http://djangoproject.com/" "very small" stwsize=vsm {% templatetag closeblock %}
{% stwimage "http://djangoproject.com/" "very small" stwsize=vsm %}
{% templatetag openblock %} stwimage "http://djangoproject.com/" "small" stwsize=sm {% templatetag closeblock %}
{% stwimage "http://djangoproject.com/" "small" stwsize=sm %}
{% templatetag openblock %} stwimage "http://djangoproject.com/" "large" stwsize=lg {% templatetag closeblock %}
{% stwimage "http://djangoproject.com/" "large" stwsize=lg %}
{% templatetag openblock %} stwimage "http://djangoproject.com/" "extra large" stwsize=xlg {% templatetag closeblock %}
{% stwimage "http://djangoproject.com/" "extra large" stwsize=xlg %}
{% templatetag openblock %} stwimage "http://djangoproject.com/community/" "inside page" stwsize=lg stwinside=1 {% templatetag closeblock %}
{% stwimage "http://djangoproject.com/community/" "inside page" stwsize=lg stwinside=1 %}
{% templatetag openblock %} stwimage "http://djangoproject.com/" "full length" stwfull=1 {% templatetag closeblock %}
{% stwimage "http://djangoproject.com/" "full length" stwfull=1 %}
{% templatetag openblock %} stwimage "http://djangoproject.com/" "full length 150 wide" stwfull=1 stwxmax=150 {% templatetag closeblock %}
{% stwimage "http://djangoproject.com/" "full length 150 wide" stwfull=1 stwxmax=150 %}
{% templatetag openblock %} stwimage "http://djangoproject.com/" "full length 150x50" stwfull=1 stwxmax=150 stwymax=50 {% templatetag closeblock %}
{% stwimage "http://djangoproject.com/" "full length 150x50" stwfull=1 stwxmax=150 stwymax=50 %}
{% templatetag openblock %} stwimage "http://djangoproject.com/" "widescreen" stwnrx=1440 stwnry=900 stwxmax=200 {% templatetag closeblock %}
{% stwimage "http://djangoproject.com/" "widescreen" stwnrx=1440 stwnry=900 stwxmax=200 %}