Hi, I need to output the width of my images so I can use a Jquery image carrousel. Every image has a different width.
I’m using the {width} variable but nothing is rendered. This is my code:
{exp:channel:entries channel="clients" status="open" orderby="title" sort="asc" }
{logo}
<li>
{path}{filename}.{extension}
</li>
{/logo}
{/exp:channel:entries}But this is what I get:
<li>
<a href="http://croslandmaquinarias.com.pe/images/uploads/logos_clientes/energy.png">http://croslandmaquinarias.com.pe/images/uploads/logos_clientes/energy.png</a>
</li>I dont want the width of a manipulation, I need the image full size width.
What could be missing?