Skip to content

Override image source with an external image URLs

If you need to override the src attribute for any <img> tag in your exported HTML (either to mix in your own dynamic image tag syntax, or just point to an image URL online), you can set a URL override for any image in your designs.

You can override the image URL for a certain image layer in your email designs by adding a value to the Override Image Src input field. You can either use a URL for an image that's already uploaded somewhere (eg. https://mycdn/img.jpg) or a dynamic variable for your email platform's templating language (eg. { variable.my_image }) which will be automatically added to the src attribute of the <img> tag when the HTML is exported.