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
Easy and clean way to prevent image downloading and to remove download icon in gmail
Method 1 :- Add .a5q {display: none !important;}
css class into tag.
Method 2 :- Add tabletabletable div {display: none !important;}
style into section within tag.
Method 3 :- just Bind your image tag with a(anchor) tag with following css style:
style="cursor:default;"
Method 4 :- An another method to do this , again just Bind your image tag with a(anchor) tag with following css style:
style="pointer-events:none;"