Dynamic Content Support for Dynamic Images
We use Dynamic Content to support multiple languages. However, many of our macros have images that are screenshots of our website. We'd like to be able to include dynamic images in our dynamic content so that we can have a French screenshot show when the client is French, and English show when the client is English.
Has anyone figured out any good solutions for this?
-
Hi David,
do you have those screenshots uploaded somewhere? Then you could setup the different links to those screenshots as dynamic content.
-
I'm able to set up links for the content, however, I'm trying to have these images embedded within each email. Links lead to a link to the image showing in the email instead of showing the embedded image. Is there markdown to embed images in macros?
Looking at this article, it doesn't look like there's a way to embed images within content besides the drag and drop which does not work for dynamic content.
-
I found the solution to this using HTML image tags
Example:
<img src="url" alt="alt text">
Please sign in to leave a comment.
3 Comments