--- title: "Web Push: Rich Message" slug: "web-push-rich-message" description: "Add a large rich image below your Web Push description using a static upload or dynamic URL, with fallback support and image size requirements." tags: ["custom image", "dynamic image", "rich message"] updated: 2026-03-03T08:59:25Z published: 2026-03-03T08:59:25Z canonical: "academy.insiderone.com/web-push-rich-message" --- > ## Documentation Index > Fetch the complete documentation index at: https://academy.insiderone.com/llms.txt > Use this file to discover all available pages before exploring further. # Web Push: Rich Message When you select a layout with the rich message option, you can enhance your Web Push notification by adding a large image below the message description. This provides a more engaging visual experience for your users. You have two options for adding a rich image: - Upload a static image from your device - Provide a dynamic image URL (e.g., product-related visuals) ![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/image-1683287566555.png) ## Dynamic Image with Fallback If you use a dynamic image URL, it's essential to define a fallback image. This ensures your Web Push notification still displays correctly if the dynamic image value is missing or fails to load. > [!WARNING] > The image URL must begin with **https://**. Browsers block non-secure (http) image sources in Web Push notifications. ![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/rich_sonson(3).png) ## Image Requirements To ensure proper rendering across devices and browsers: - Recommended size is 720 × 360 pixels (2:1 aspect ratio) - Maximum size is 1024 × 512 pixels - File size limit is less than 500 KB If the dynamic image fails to load, the fallback image will be used automatically. > [!WARNING] > Firefox on Windows 11 doesn’t support Rich Push. ## Related - [Single Web Push](/create-a-single-web-push.md) - [Trigger Web Push](/create-a-trigger-web-push-campaign.md) - [Back in Stock Web Push](/create-a-back-in-stock-web-push.md) - [Price Drop Web Push](/create-a-price-drop-web-push.md) - [Cart Reminder Web Push](/create-a-cart-reminder-web-push-campaign.md)