Hi! I am trying to use the thumbnail tag to display a cropped image. I want the image automatically cropped for height AND width. For some reason, no matter what I do, it only crops one or the other.
This crops just the height: <cms:thumbnail proj_thumb height='150' enforce_max='1' />
And this just crops the width: <cms:thumbnail proj_thumb width='150' height='150' enforce_max='1' />
Shouldn't the second option be cropping both?
Thanks!
This crops just the height: <cms:thumbnail proj_thumb height='150' enforce_max='1' />
And this just crops the width: <cms:thumbnail proj_thumb width='150' height='150' enforce_max='1' />
Shouldn't the second option be cropping both?
Thanks!