Hi, i have a code like this
{service_projects}
<h3>{service_projects:title}</h3>
<p> {service_projects:project_main_pic}<br />
{service_projects:project_meta_description}<br />
<br />
{/service_projects}where {service_projects} is a relationships field, inside service channel, which connects service channel with projects channel.
i want to show the resized version of {service_projects:project_main_pic}
the {project_main_pic] is a field type file/ image and i have 2 resized versions of the main picture with name small, medium.
How do i access inside the related field tags the small thumb.
I coudn't find any documentation here http://ellislab.com/expressionengine/user-guide/modules/file/file_tag.html
thank you.