ezimagealiashandler
Summary
Contains information about an image.Persistent
No.Attributes
Attribute | Type | Description |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
alternative_text |
string |
The alternative image text (for example "Picture of an apple."). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
original_filename |
string |
The original name of the image file (for example "apple.png"). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
is_valid |
string |
Returns either 1 or 0 (valid or invalid). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name of variation |
array |
|
Balazs Halasy (29/03/2005 12:25 pm)
Svitlana Shatokhina (28/11/2006 9:49 am)
Comments
Example
Thursday 25 May 2006 12:15:32 pm
Marco
Re: Example
Thursday 25 May 2006 12:17:18 pm
Marco
I'll try again:
<a href={$node.data_map.image.content[original].full_path|ezroot} target="_new">Open original Image in new Window
({$node.data_map.image.content[original].width}x{$node.data_map.image.content[original].height} Pixel, {$node.data_map.image.content[original].filesize|div(1024)|round} KB)
</a>