Display png file from base64

Try something like:

dmx-bind:src="'data:image/png;base64,' + your_dynamic_string_value"
2 Likes