97
Views
1
Comments
Resize email image from database
Question

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

2025-11-19 06-14-01
Miguel Verdasca
Champion

Hi,

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.