[GIS] How to get images displayed on ArcGIS Online Popups

arcgis-desktoparcgis-onlinepopup

I have added images to show up in an html popup on ArcMap, but when I bring it in to ArcGIS Online, they don't appear. Is there a way to get the images to show up there? Currently on ArcGIS Online the option offered only shows the same image for all the points.

On Arcmap

ArcGIS Online

Best Answer

What you'll have to do is host the pictures on an image hosting site, add a field to the table that you'll put the links to the pictures in. Then, in configure popup, at the bottom is a media section. Click Image, and change the Title field to list the name of the title field in your attribute table within these pointy brackets ---> {titleorwhatever} for the url, do the same {http://urlgoeshere.com/picturethatisonlyjpgor.png}

this will put the picture at the bottom of the popup. I don't know if you can modify that to put it at the top or not. Also, good luck getting it to show up in a web app, cause I have had none.