Help?

thumbnail

From Textpattern CMS User Documentation

<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 Textpattern Images panel.

Contents

Attributes

Tag will accept the following attributes (case-sensitive):

class="class name"
CSS class attribute to apply to the image (or to the wraptag, if set).
Default is unset.
escape="html"
Escape HTML entities such as <, > and & for the image's alt and title attributes.
Values: html or unset.
Default: html.
height="integer"
Specify an image height which overrides the value stored in the database. Use height="0" to turn off the output of a height attribute in the <img> tag (thus the browser will scale the height if a width is used)
html_id="id"
The HTML id attribute assigned to the image (or to the wraptag, if set).
Default: unset.
id="integer"
Specifies the id assigned at upload of the image to display. Can be found on the Images (panel). If both name and id are specified, name is used while id is ignored.
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.
name="image name"
Specifies which image thumbnail to display by its image name as shown on the Images (panel).
poplink="boolean"
If set, the image will be rendered in a popup window.
Default is 0.
style="style rule"
Inline CSS style rule.
Default: unset.
width="integer"
Specify an image width which overrides the value stored in the database. Use width="0" to turn off the output of a width attribute in the <img> tag (thus the browser will scale the width if a height is used)
wraptag="tag text"
HTML tag to be used to wrap the img tag, specified without brackets.
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 [?]