Redicom Help Center

image

image.alt

Version 1.0

Returns the value of the alt field of the image.

<img src="api.php/getImage/750/500/3/{{image.resource_id}}" class="img-default" alt='{{image.alt}}' title='{{image.alt}}' >

Input

{{ response.image.alt }}

Output

Nuno Gama

image.position

Version 1.0

Returns the value of the position field of the image.

Input

{{ response.image.position }}

Output

2

image.resource_id

Version 1.0 (discontinued)

Returns the value of the resource_id field of the image.

Input

{{ response.image.resource_id }}

Output

aW1hZ2VzL2Jhbm5lcjRfcHQucG5n

image.width

Version 1.0

Returns the value of the width field of the image.

<img src="api.php/getImage/750/500/3/{{image.resource_id}}" class="img-default" alt='{{image.alt}}' title='{{image.alt}}' width="{{image.width}}" >

Input

{{ response.image.width }}

Output

550

image.height

Version 1.0

Returns the value of the height field of the image.

<img src="api.php/getImage/750/500/3/{{image.resource_id}}" class="img-default" alt='{{image.alt}}' title='{{image.alt}}' height="{{image.height}}" >

Input

{{ response.image.height }}

Output

530

image.allow_zoom

Version 1.0

Returns the value of the allow_zoom field of the image.

Input

{{ response.image.allow_zoom }}

Output

1

image.resource_url

Version 1.1

Returns the value of the resource_url field of the image.

Return array( large; regular; small; thumb)

Input

{{ response.image.resource_url.small }}

Output

/api.php/getImage/400/400/3/src_DESKTOP.jpg

image.source

Version

image.resource_url_sizes

Version

Returns the value of the resource_url_sizes field of the image.