Totally Zenned
- Join Date:
- Aug 2014
- Location:
- Lisbon
- Posts:
- 597
- Plugin Contributions:
- 0
How to use the widht / height with the zen_image function
Hi
I'm trying to use the zen_image function, to some images on my template. however, I might be missing something about the use of the width and height, because I get the SMALL_IMAGE values
zen_image($src, $alt = '', $width = '', $height = '', $parameters = '') {
This shoud work ?
zen_image('DIR_WS_IMAGES . $my_image, $my_image_name, 100,100)
Or I'm missing something ?
Thanks