thumbnail
From Textbook
<txp:thumbnail />
The thumbnail tag is a single tag that Textpattern will replace with the <img src="..." /> HTML tag matching the thumbnail image of the numeric id assigned by Textpattern when the parent image was uploaded via the TXP Images tab.
Contents |
Attributes
Tag will accept the following attributes (case-sensitive):
- id="integer"
- Specifies the
idassigned at upload of the image to display. Can be found on the Images tab. If bothnameandidare specified,nameis used whileidis ignored. - name="image name"
- Specifies which image thumbnail to display by its image name as shown on the Images tab.
- escape="html"
- Escape HTML entities such as
<,>and&for the image'saltandtitleattributes. - Values:
htmlor unset. - Default:
html. - wraptag="tag text"
- HTML tag to be used to wrap the
imgtag, specified without brackets. - Default: unset.
- class="class name"
- CSS
classattribute to apply to the image (or to the wraptag, if set). - Default is unset.
- html_id="id"
- The HTML
idattribute assigned to the image (or to the wraptag, if set). - Default: unset.
- style="style rule"
- Inline CSS style rule.
- Default: unset.
- aligndeprecated="HTML value"
- HTML
alignattribute for theimgtag. Recommended that you use CSS viaclassorhtml_idattribute instead. - Default: unset.
- poplink="boolean"
- If set, the image will be rendered in a popup window.
- Default is
0. - link="boolean"
- If set, the thumbnail will be rendered as a (non-javascript) URL link to the full-size image.
- Default:
0. - link_rel="relation"
- Value for the HTML
relattribute. - Default: unset.
Examples
Example 1: Display the given thumbnail
<txp:thumbnail id="23" />
- What this does...
- Displays the image thumbnail for the image uploaded as ID #23.
Genealogy
Version 4.2.0
- attribute
aligndeprecated
Version 4.0.7
- default value for attribute
escapechanged from unset tohtml
Version 4.0.6
-
linkandlink_reladded
Version 4.0.4
-
html_id,escapeandwraptagadded




