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 the img
tag.
- Increment/decrement the value of
max-width
based on the desired result.
Can’t find your answer?