This page last changed on Oct 18, 2011 by jed.wheeler@involver.com.
Overview
This tag has been depreciated and replaced with img_tag.
Inserts an image tag for an image URL.
Attributes
This filter has no attributes.
Examples
Basic Usage
Defining Custom Alt Texts
The image tag automatically creates an alt text attribute based on the image file's name. The alt tag can be overridden if desired:
image_tag and Variables
image_tag can also be used for variables:
{{ feed.image_url | image_tag }}
FAQ
This filter does not have any FAQs
Related Topics
|