Email marketing guide

Retina Email Images: How to Create Sharp 2x Images Without Large Files

Prepare sharper email banners, product images and logos without confusing display dimensions, pixel density or unnecessary file weight.

The practical answer: calculate the intended display dimensions first, multiply them by the required pixel density and compress the result before adding it to your email.

A banner displayed at 600px wide becomes 900px at 1.5x or 1200px at 2x. Its HTML display width should remain 600px.

What Retina and high-density email images mean

Retina email images are prepared with more image pixels than the space they occupy in an email layout. The additional visual information helps compatible high-density screens display sharper edges, cleaner typography and finer photographic detail.

Retina is Apple's product terminology, but the underlying concept is not limited to Apple devices. High-density screens are also found on Android phones, tablets, laptops and desktop monitors.

For email marketers, the aim is not to upload the largest available file. The aim is to provide enough detail for the intended display size without forcing subscribers to download unnecessarily heavy artwork.

Remember: high pixel density improves potential sharpness, but it cannot restore detail that is missing from a low-quality original image.

Display dimensions versus actual image dimensions

The display dimensions describe the space an image should occupy inside an email. The actual image dimensions describe how many pixels are contained in the downloaded image file.

An email image can therefore be 1200px wide as a file but appear at 600px wide inside the campaign. This produces a 2x relationship between the actual pixel width and its intended display width.

Display size1x image1.5x image2x image
600 × 300px600 × 300px900 × 450px1200 × 600px
640 × 320px640 × 320px960 × 480px1280 × 640px
660 × 330px660 × 330px990 × 495px1320 × 660px
300 × 300px300 × 300px450 × 450px600 × 600px

Calculate both the width and height using the same multiplier. A 2x image doubles both dimensions, giving it four times as many pixels as its 1x equivalent. This does not automatically mean the encoded file will become four times larger.

Worked examples for 600px, 640px and 660px email layouts

Your email platform or template determines the practical starting width. Check the usable content area, because internal padding and column spacing can reduce the space available for the image.

600px email layout

Display banner: 600 × 300px
1.5x export: 900 × 450px
2x export: 1200 × 600px
HTML display width: 600px

640px email layout

Display banner: 640 × 320px
1.5x export: 960 × 480px
2x export: 1280 × 640px
HTML display width: 640px

660px email layout

Display banner: 660 × 330px
1.5x export: 990 × 495px
2x export: 1320 × 660px
HTML display width: 660px

Two-column product image

Display image: 330 × 330px
1.5x export: 495 × 495px
2x export: 660 × 660px
HTML display width: 330px

For a broader explanation of newsletter banners, product grids and campaign file weights, read our complete Email Image Size Guide.

When to use 1x, 1.5x or 2x email images

The right email image pixel density depends on how important the image is, how much detail it contains and how many visual assets the campaign includes.

Choose 1x for simplicity

Use 1x when the image is secondary, the campaign contains many assets or the artwork already looks sufficiently sharp at its intended display size.

Choose 1.5x for balance

Use 1.5x when a 1x asset looks slightly soft but a 2x export adds too much file weight. This is often useful for campaign banners and larger photographic images.

Choose 2x for key artwork

Use 2x for prominent hero images, product photographs, logos and graphics where the extra detail provides a clear visual improvement.

Review the complete campaign

A single 2x hero may be worthwhile, while using 2x for twelve separate product images could increase the overall download unnecessarily.

How to control high-resolution email image file size

A sharp email image should not require subscribers to download a full camera-resolution photograph. Start with the correct display dimensions, choose a sensible density and optimise the resulting file.

  • Crop unnecessary background or unused visual areas before exporting.
  • Match the image width to the actual email content block rather than the original source dimensions.
  • Use JPG for most photographs, campaign imagery and detailed product scenes.
  • Use PNG for logos, sharp graphics or artwork requiring transparency.
  • Compare 1.5x and 2x outputs at the intended display size.
  • Review the combined weight of all campaign images, not only the main banner.
  • Avoid repeatedly resaving already compressed JPG files.

For many full-width promotional images, approximately 100KB to 300KB can be a practical starting range. A detailed photograph may require more, while simple artwork may need considerably less. Preserve acceptable visual quality instead of forcing every image to meet an arbitrary number.

Gmail clarification: Gmail message clipping relates to the size of the HTML email message. The file size of a separately hosted image affects loading performance, but its image bytes do not become part of that HTML message size.

Outlook considerations and explicit HTML image widths

Different Outlook applications can interpret email HTML differently. An image intended to display at 600px wide should have a clear width in the email markup, even when its source file is actually 1200px wide.

<img src="https://example.com/email-hero-1200.jpg"
     width="600"
     alt="New season collection available now"
     style="display:block;width:100%;max-width:600px;height:auto;border:0;">

In this example, the image file contains 1200px of horizontal detail, but the intended rendered width is 600px. The explicit width helps establish the layout, while responsive styling supports narrower viewing environments.

  • Set the HTML width to the intended display width, not the 2x source width.
  • Preserve the original proportions to avoid distorted images.
  • Use meaningful alt text because external images can be blocked.
  • Keep important campaign information available outside the image wherever practical.
  • Test the Outlook desktop, web and mobile versions that matter to your audience.

Mobile rendering considerations for high-density screens

Modern mobile screens often have a higher pixel density than the layout width suggests. A 375px-wide email content area may therefore benefit from an image containing 750px of actual horizontal detail.

Mobile display width1.5x image width2x image width
320px480px640px
360px540px720px
375px563px750px
390px585px780px
414px621px828px

A responsive desktop image can scale down inside a mobile layout, but embedded text and small design details may become difficult to read. Consider a mobile-specific crop when your email platform supports it, or choose artwork that remains clear at narrower widths.

Advanced responsive image techniques do not behave consistently across every email application. Start with reliable dimensions, an explicit display width and testing across the inboxes used by your subscribers.

Common mistakes when preparing Retina images for email

  • Confusing file dimensions with display dimensions: a 1200px-wide file should still be displayed at 600px when it is intended as a 2x asset.
  • Increasing DPI without adding pixels: changing DPI or PPI metadata alone does not create a sharper digital image.
  • Using the original camera image: an image that is several thousand pixels wide is usually unnecessary for a 600px email layout.
  • Making every image 2x: secondary graphics may not justify the additional data.
  • Saving photographs as PNG: detailed photographs frequently become much larger when exported as PNG instead of JPG.
  • Resizing an already blurry image: enlargement does not recover detail that was absent from the original.
  • Forgetting an explicit HTML width: some email clients may display the source image at the wrong size.
  • Ignoring accessibility: useful alt text remains important when images are blocked or unavailable.

Frequently asked questions about Retina email images

What is a Retina email image?

A Retina email image has more actual pixels than its intended display size, helping it appear sharper on high-density screens. For example, a 1200px-wide image can be displayed at 600px wide to provide 2x pixel density.

What size should a 2x image be for a 600px email?

A full-width 2x image for a 600px email layout should be 1200px wide. If the intended display dimensions are 600px by 300px, prepare the image at 1200px by 600px and specify a display width of 600px.

What is the 2x image size for a 660px Mailchimp layout?

A full-width 2x image for a 660px layout should be 1320px wide. A banner displayed at 660px by 330px would therefore be prepared at 1320px by 660px before optimisation.

Do all email images need to be 2x?

No. Use 2x for important logos, product images and hero artwork when the additional sharpness is worthwhile. A 1x image may suit simple content or strict file-size requirements, while 1.5x can offer a useful balance between sharpness and weight.

Does 2x mean the image file will be twice as large?

Not necessarily. A 2x image doubles its width and height, giving it four times the pixel count. Its final file size depends on the image content, output format, compression settings and amount of visual detail.

Does increasing DPI make an email image Retina-ready?

No. Changing a DPI or PPI metadata setting without increasing the actual pixel dimensions does not create additional visible detail. Use the real image width, height and intended HTML display dimensions to calculate the correct pixel density.

How should Retina images be displayed in Outlook?

Give the image an explicit HTML width that matches its intended display size. For example, display a 1200px-wide image at width="600". Combine this with appropriate responsive styling, useful alternative text and testing across relevant Outlook versions.

Do Android phones benefit from high-resolution email images?

Yes. Retina is an Apple marketing term, but high-density screens are common on Android phones and many other devices. Suitable 1.5x or 2x image assets can appear sharper across different high-density displays.

Can large hosted images cause Gmail HTML clipping?

Gmail clipping relates to the size of the HTML email message, not the separately downloaded bytes of externally hosted images. Large images can still slow loading and increase data usage, so they should be optimised independently.

Create sharper email images without unnecessary file weight

Begin with the real display dimensions, choose 1x, 1.5x or 2x based on the artwork and optimise the final export before adding it to your campaign. The best high-resolution email image is one that looks sharp and still loads efficiently.

For broader guidance on email banner sizes, file formats and campaign layouts, continue with our Email Image Size Guide.

Open Email Image Optimizer