

* Fix for several sites ( darkreader#9629) * Fix for darkreader#9617 ( darkreader#9624)įix for darkreader#9617 - and messenger through Note that the VML in between the s might be needed for older email clients to render the image properly.Const MAX_ANALIZE_PIXELS_COUNT = 32 * 32 const MAX_IMAGE_SIZE = 5 * 1024 * 1024 let canvas let context async function readResponseAsDataURL ( response ) const res = await fetch ( '' ) const imageURL = await readResponseAsDataURL ( res ) const image = await urlToImage ( imageURL ) console. So for example, within your code instead of the following: This effectively makes Gmail perceive the image as a background image, rather than as a potentially downloadable. To circumvent this, what worked for me was using the "background" attribute to display the image within a tag. Is it some sort of bug or anything ? If you guys can provide me any link or something, that would be great.Īs explained above, Gmail appears to detect images within certain size constraints as downloadable attachments. You can also go to the 'Design' tab to customize all the fonts and colors.įollowing link are wondering for somthing similer. You can drag-and-drop different types of blocks directly into your email and start adding text, images and links. You can build the perfect email using our powerful and easy-to-use editor.


Now that you've selected your template layout, it's time to get the creative juices flowing and show off your awesome email marketing skills. Here is the generated html that we are sending. Any info, fix or suggestion is appreciated ? Looks like its treating images like attachment. Why would gmail add download icons for images on emails. The problem is, when email is being opend in gmail inbox, it shows download icon on some of images (not all), while their generated html is same when compared to images without download icons. We are using a third party engine to send the emails in bulk. We have a Html Builder, that allows you to create responsive html for emails.
