{% load imgbundle %} {% imgbundle %} django image bundle demo

This is the first image:

{% img src="/static3/winOpen.gif" %}

This is image 2:

{% img src="/static2/dolltoo.JPG" %}

This is image 3:

{% img src="/static2/google.gif" %}

4

{% img src="/static2/P1020730.JPG" height="400px" %}

this one got padding

{% img src="/static2/P1020730.JPG" width="300px" %}

this one got padding right

blah blah

{% endimgbundle %}