How to change mail image with thumbnail images shopify

To change the mail image with thumbnail images in Shopify, you can follow these steps:

Method 1: Using Shopify's built-in feature

  1. Go to your Shopify admin panel and navigate to Settings > Email.
  2. Scroll down to the Email templates section and click on Edit next to the template you want to modify (e.g., Order confirmation).
  3. In the template editor, click on the Insert image button and select Upload image.
  4. Upload the thumbnail image you want to use instead of the default mail image.
  5. Click Save to save the changes.

Method 2: Using a third-party app

  1. Install a third-party app like Email Image Resizer or Image Optimizer from the Shopify App Store.
  2. Follow the app's instructions to upload your thumbnail images and configure the app settings.
  3. The app will automatically replace the default mail image with your thumbnail images in your email templates.

Method 3: Using Liquid code

  1. Go to your Shopify admin panel and navigate to Online Store > Themes.

  2. Click on Actions > Edit code.

  3. In the theme code editor, navigate to the layout folder and open the email.liquid file.

  4. Find the line of code that contains the default mail image and replace it with your thumbnail image using Liquid code. For example:

    <img src="{{ 'image.jpg' | asset_url }}" alt="Image">

    Replace image.jpg with the name of your thumbnail image.

  5. Click Save to save the changes.

Tips: