We have a Html Builder, that allows you to create responsive html for emails. We are using a third party engine to send the emails in bulk. The problem is, when email is being o
I have fixed this by wrapping my large images in an anchor tag like this one:
If you don't want the user's cursor to indicate a link, add style='cursor: default;' to your img element.
style='cursor: default;'
img