Genrated Image in Record Summary

Genrated Image in Record Summary

I have a field with an URL to an image. Would like to display this image in a Record Summary, is that possible? The URL is dynamically generated so i cannot add it as a normal image field.
Tried to wrap the field value in some html img tags, such as: <img src="${Value element}"> but that is not accepted.