Image inlining template tag example

1
2
3
4
5
6
7
{% load image_tags %}
{% embedded_img src="/media/images/002.gif" height="200px" width="200px" alt="{{my_var}}" %}
{% embedded_img src="{{MEDIA_URL}}upload/images/001.jpg" height="200px" width="200px" alt="lala" %}
{% embedded_img src="upload/images/logo_corp_264.png" alt="corp" %}
{% embedded_img src="{{MEDIA_URL}}upload/images/001.jpg" width="200px" alt="lala" %}
{% embedded_img src="{{MEDIA_URL}}upload/images/001.jpg" height="200px" width="200px" alt="lala" %}
{% embedded_img src="{{MEDIA_URL}}upload/images/001.jpg" %}

More like this

  1. Image inlining template tag example by rbeck 2 years, 6 months ago
  2. Image inlining template tag lib by rbeck 2 years, 6 months ago
  3. GeoDjango maps in admin TabularInlines by alanB 2 years, 7 months ago
  4. Cloud Tag template example by ramdas 5 years, 6 months ago
  5. Using the {% widthratio %} template tag with CSS to create a bar graph by jcroft 6 years, 2 months ago

Comments

(Forgotten your password?)