Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The current approach supported is to use image data tags, you could either pre-encode your image (eg with an external website such as https://codebeautify.org/image-to-base64-converter and include the data or use a feature of JEMH (Static Resources) to do it for youmanually in a TemplateSet:

Code Block
<img src=”data:<MIMETYPE>;base64,<BASE64_ENCODED_IMAGE>”>

A feature of JEMH (Static Resources) can do this automatically. Here is an example of how we can 'inline' an image in the above way for a resource with ID 27.

...