Hi,
I'm trying to resize an image stored in database to 60x60 to build an email.
If I put it in a screen the resize works fine, but in the email the image keeps the original size and not the 60x60. I already tried to change it with css or the resize action from ImageEdit extension but nothing works.
Can somebody help me here?
Thanks
If you need image manipulation functionality server-side (like you seem to want), a common choice would be the ImageToolbox forge component based on ImageMagick.
You can also check the Profile Utils forge component that also has an image manipulation extension with a Resize function that allows you to specify max. height and width.
Note:
Cheers,
Nuno Verdasca