How to limit the size of an image in my email signature
- Switch the signature editor to the HTML mode.
- Add a
max-width: 400px
to the style element of theimg
tag. - Increment/decrement the value of
max-width
based on the desired result.

max-width: 400px
to the style element of the img
tag.max-width
based on the desired result.