Textpattern logo

Help?

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 id assigned at upload of the image to display. Can be found on the Images tab. If both name and id are specified, name is used while id is 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's alt and title attributes.
Values: html or unset.
Default: html.
wraptag="tag text"
HTML tag to be used to wrap the img tag, specified without brackets.
Default: unset.
class="class name"
CSS class attribute to apply to the image (or to the wraptag, if set).
Default is unset.
html_id="id"
The HTML id attribute 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 align attribute for the img tag. Recommended that you use CSS via class or html_id attribute 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 rel attribute.
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 align deprecated

Version 4.0.7

  • default value for attribute escape changed from unset to html

Version 4.0.6

  • link and link_rel added

Version 4.0.4

  • html_id, escape and wraptag added

Translations [?]...

About Textbook