<IMAGE_HEIGHT>
Tag Function:
- Displays image current height.
Main Usage:
- Used within image_template.html to dynamically recall and load the current image height.
Examples:
In your image template, you can use the tag like this:
<img src=
"images/<IMAGE_NAME>" alt=
"<IMAGE_TITLE>" width=
"<IMAGE_WIDTH>" height=
"<IMAGE_HEIGHT>" /
>
Sample Output:
Using the code above will generate the following when the template is run:
<img src="images/20070413190355_test.jpg" alt="Photo Title" width="650" height="433" />
ImageRelatedTags
<< <IMAGE_WIDTH> | TemplateTags | <IMAGE_CATEGORY> >>