<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Adding a picture from an excel file into a popup and then make the picture a hyperlink to a website in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/adding-a-picture-from-an-excel-file-into-a-popup/m-p/1021766#M38251</link>
    <description>&lt;P&gt;I have a map created from an excel file saved on my computer. The file has pictures that are hyperlinks to websites. How can I add the pictures from Excel to the popups on the map? I have tried using the configure popup and the add image but I don't know what I am missing in my code to display the pictures. This is what I have but it doesn't work.&lt;/P&gt;&lt;P&gt;&amp;lt;img src='C:\Users\venriquez\Desktop\Leg Map\Sheet1\Picture' width='250' /&amp;gt;&lt;/P&gt;&lt;P&gt;What am I missing?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jan 2021 21:45:55 GMT</pubDate>
    <dc:creator>VickiEnriquez</dc:creator>
    <dc:date>2021-01-29T21:45:55Z</dc:date>
    <item>
      <title>Adding a picture from an excel file into a popup and then make the picture a hyperlink to a website</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-a-picture-from-an-excel-file-into-a-popup/m-p/1021766#M38251</link>
      <description>&lt;P&gt;I have a map created from an excel file saved on my computer. The file has pictures that are hyperlinks to websites. How can I add the pictures from Excel to the popups on the map? I have tried using the configure popup and the add image but I don't know what I am missing in my code to display the pictures. This is what I have but it doesn't work.&lt;/P&gt;&lt;P&gt;&amp;lt;img src='C:\Users\venriquez\Desktop\Leg Map\Sheet1\Picture' width='250' /&amp;gt;&lt;/P&gt;&lt;P&gt;What am I missing?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 21:45:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-a-picture-from-an-excel-file-into-a-popup/m-p/1021766#M38251</guid>
      <dc:creator>VickiEnriquez</dc:creator>
      <dc:date>2021-01-29T21:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a picture from an excel file into a popup and then make the picture a hyperlink to a website</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-a-picture-from-an-excel-file-into-a-popup/m-p/1021793#M38253</link>
      <description>&lt;P&gt;The image must be accessible via URL. So you can either host that image in a cloud storage option of your choosing, your own servers, or by adding the image to ArcGIS Online, and then making it public to grab the URL - instructions here:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/adding-and-using-photos-and-images/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/adding-and-using-photos-and-images/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once you have the link, use that in the Excel/CSV file to add to your map, or publish as a hosted feature layer. Then you can configure the pop-up using that field.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 22:37:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-a-picture-from-an-excel-file-into-a-popup/m-p/1021793#M38253</guid>
      <dc:creator>BernSzukalski</dc:creator>
      <dc:date>2021-01-29T22:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a picture from an excel file into a popup and then make the picture a hyperlink to a website</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-a-picture-from-an-excel-file-into-a-popup/m-p/1029175#M38600</link>
      <description>&lt;P&gt;Thank you Ben,&lt;/P&gt;&lt;P&gt;I now have a new question. Now that I have the pictures in the popup, they look fine on the map, but when I add an interactive legend to the map the pictures make the popups big and some need to be scrolled through. Is there a specific size the pictures need to be to fit into the popups on the interactive legend and is there an easy way to set it up or do I need to fix each individual picture where they are being accessed?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 16:41:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-a-picture-from-an-excel-file-into-a-popup/m-p/1029175#M38600</guid>
      <dc:creator>VickiEnriquez</dc:creator>
      <dc:date>2021-02-22T16:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a picture from an excel file into a popup and then make the picture a hyperlink to a website</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-a-picture-from-an-excel-file-into-a-popup/m-p/1029422#M38608</link>
      <description>&lt;P&gt;I am not sure I understand, especially the "scrolled through" part. In the pop-up, the pictures are constrained to fit within the pop-up. If you click to open a larger version, then depending on how large the photo you are opening is you might get the browser scroll bars.&amp;nbsp; If you can share your web map or app with me I might be able to help further. You can reach me off this Community at bszukalski@esri.com.&lt;/P&gt;&lt;P&gt;Interactive legend will display the image in a pop-up that's a little larger than what you might see in the current Map Viewer since it is one of the JS API 4.x apps. The pop-up appearance will be the same as viewed using Map Viewer Beta, also based on the latest JS API. But in either case - using the classic map viewer and apps compared to the newer 4.x map viewer beta and apps, the picture will remain constrained within the pop-up, though the 4.x pop-up is slightly bigger.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 03:50:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-a-picture-from-an-excel-file-into-a-popup/m-p/1029422#M38608</guid>
      <dc:creator>BernSzukalski</dc:creator>
      <dc:date>2021-02-23T03:50:10Z</dc:date>
    </item>
  </channel>
</rss>

