I have a file upload which is manipulating the image upload to a couple of different sizes.
The 2 different short names are small and large
In short i want to display the small image and i need to display the width and height of the image.
This is what i am using:
{photo}
{site_url}assets/images/grey.png
{/photo}I have tried using {width:small} and {height:small} this does not work and EE ignores it.
If i use {width} and {height} it pulls in the original image width and height.
Is there a way to get the width and height of a manipulated image?
I am using EE 2.5.3
Thanks