| 1 |
This module provides a filter for referencing image nodes from other
|
| 2 |
nodes. It will not work unless image.module is installed and
|
| 3 |
configured properly.
|
| 4 |
|
| 5 |
Syntax:
|
| 6 |
|
| 7 |
[image:node_id align=alignment hspace=n vspace=n border=n
|
| 8 |
size=label width=n height=n nolink=(0|1)
|
| 9 |
class=name style=style-data]
|
| 10 |
|
| 11 |
In its simplest form, "[image:node_id]", each image code will be
|
| 12 |
replaced by a thumbnail-sized image linked to the full-size image
|
| 13 |
node. The other parameters, which are optional, give the user greater
|
| 14 |
control over the presentation of the thumbnail image.
|
| 15 |
|
| 16 |
For more information see http://drupal.org/project/image_filter
|