I have a feature class that has a thumbnail field containing base64 encoded strings representing images. I am attempting to add this into a popup in MapBrowser using the Arcade expression block (see below). I believe I have formatted the html tags correctly given that when I test the code, it returns a properly formatted html tag for this image that works when I add it to an html document. However, the popup just displays blank where the image should be. Is there support for base64 images in popups? If so, any ideas on how to get this to work?
Same problem here : a valid base64 jpg picture stored in a blob field displays nothing ... I have to convert it to a jpg file to refer it with the <img src="https://www.**unspecified**/**unspecified**.jpg" /> syntax