<THUMBNAIL_HEIGHT>
Tag Function:
- Displays the height of the thumbnail as it is set in Admin Thumbnails Options.
Main Usage:
- Used within image_template.html or browse_template.html for recalling the height of a thumbnail.
Examples:
In your image template, you can use the tag like this:
<img src="thumbnails/thumb_<IMAGE_NAME>" alt="<IMAGE_TITLE>" height="<THUMBNAIL_HEIGHT>" />
Sample Output:
Using the code above will generate the following when the template is run:
<img src="thumbnails/thumb_20070413190355_test.jpg" alt="Photo Title" height="80" />
ThumbnailRelatedTags
<< <CURRENT_DATETIME> | TemplateTags | <THUMBNAIL_WIDTH> >>