Image Size adjustment in NERM

How can we adjust the height and width of the image in the NERM email notification? I’ve tried using the tag below, and it works fine in the preview, but the image gets distorted in the actual email.

Hi Vikas - If you tried to attach a file, Im not sure it worked

If you are using an img tag, you can use width and height attributes to set the display size.

If you are using a base64 image, you could maybe do the same or use styling like style="width:50px;height:250px"

However, this is sometimes dependent on the email client. At times, we have seen clients like GMail strip styling from the HTML - in which case, there isn’t anything that can really be done from the NERM end.