Re: Maximum file size for a gif to use in an email

Anonymous
Not applicable

Maximum file size for a gif to use in an email

What is the maximum file size that we can have for the gif to load in an email?

I have a gif that is 1.7mb but it takes a couple seconds (seems like a lot) to load in the inbox.

Can someone share any best practices around this?

Much Appreciated.

Khushboo

Tags (1)
6 REPLIES 6
SanfordWhiteman
Level 10 - Community Moderator

Re: Maximum file size for a gif to use in an email

1.7 MB???   That's a big web image in any context, let alone in an email (where it's likely only downloaded once, so caching is of no use).

There's no absolute max single file size, since as you can see the GIF still loads, it just is a bad user experience.

I'd strive to keep individual images under 100K, the total of all images under 500K. But it's flexible: if you only have only image, maybe that one could be 200K.

You can use your browser to get a rough idea of end-user download times. On Chrome, it's Developer Tools » Network tab » Throttling dropdown. On a quality 4G link, a 1.7 MB img takes ~4s to download, and you feel it for sure.

Trinity_Levens3
Level 3

Re: Maximum file size for a gif to use in an email

Hey Sanford Whiteman!  I'm currently looking for the best documentation for image sizing in Marketo, my colleague pointed me to this post which is super helpful.  Was wondering if you have the "definitive guide" to image sizing and best practices overall.  I'm hearing 30k, 50k, then 100k.  I know you answered that but was wondering is there a Marketo specific best practice?  Thanks!  -T

Anonymous
Not applicable

Re: Maximum file size for a gif to use in an email

Hi Khushboo,

Your .gif image size doesn't matter as you can use any size, but going with perspective of best practices, its not at all correct to use 1.7 mb file.

1) many email servers may spam your IP address as usually such large content is not part of good emails.

2) also many Email servers or ISP's in countries of Asia-pacific may also reject your email due to its large size.

3) The emails should be brief and quick that grabs the users interest and such emails may take a lot of time in loading all its contents which may make you loose your leads due to their loss of interest.

Thanks

Ranvijay

SanfordWhiteman
Level 10 - Community Moderator

Re: Maximum file size for a gif to use in an email

also many Email servers or ISP's... may also reject your email due to its large size.

This isn't really correct.  Image tags that refer to remote (non-embedded) images do not contribute to email size detection at connection time. Looking only at the markup of an email doesn't tell you the bytes on the wire if images are enabled.

Anonymous
Not applicable

Re: Maximum file size for a gif to use in an email

Hi Stanford,

Thanks for correcting me here, but what I meant was.

Many office servers and Domains restrict the size of email( Body+content +Attachments) to be received. That is what i meant above and if you are planning to create an email that would not be fully viewed/ read by the lead, then you are loosing an opportunity.

SanfordWhiteman
Level 10 - Community Moderator

Re: Maximum file size for a gif to use in an email

That's still incorrect.  Remote image filesize is not included in the "body + content + attachments" size calculated by real-world mail scanners. The principal worry is not that an email with a large binary image would not be received, it's that may not be viewed due to user impatience.