HOW TO

Customize the image size in the ArcGIS Pro pop-up window

Last Published: June 24, 2021

Summary

In some instances, users may want to customize the image size in the ArcGIS Pro pop-up window. Although the image is displayed based on its default size when configured using Image Options, it is possible to customize the image size by embedding a field containing customized HTML codes using Text Options.

Procedure

Follow the steps below to modify the image size in the ArcGIS Pro pop-up window:

  1. In ArcGIS Pro, open the attribute table and add a new field.
  2. In Fields View, fill in the necessary details.
    1. Specify Field Name and Alias.
    2. For Data Type, select Text from the drop-down list.

      The Field view of the attribute table.
       
    3. In the Fields tab, click Save.

      This is the Save button.
       
  3. In the newly added field of the attribute table, insert either of the following HTML codes with the respective image URLs and customize image sizes. The HTML codes below customize the image size to 100 x 100 pixels.
Note:
Image size parameters customized are the image width and the image height.
<img src="Image URL" style="width:100px;height:100px;">
<img src="Image URL" width="100" height="100"/>

The image below shows the new field with the list of HTML codes containing the image URLs and customized image sizes.

New field containing HTML codes.
  1. In Contents, right-click the layer name and select Configure Pop-ups.
  2. In the Pop-ups pane, click Text and select Edit pop-up element.

    Edit the Text option.
     
  3. In the Text Options pane, click the Field drop-down list and select the newly created field containing the HTML codes. Selecting multiple fields containing the HTML codes concatenates multiple images in the pop-up window. In the image below, three fields containing HTML codes with the respective image URLs and customize image sizes are selected.

    Click from the Field drop-down.
  4. Click Save. image of the Save button.
Clicking any feature on the map opens the pop-up window containing the image(s) with the specified size(s).
This is the pop-up window.
 
Note:
• When using Image to select the field containing HTML codes, the image fails to appear in the pop-up window. 
• Configuring the Source URL section in Image Options only allows the selection of a field, hence only one image is displayed. 
• Using Image Options, it is not possible to select a few fields to concatenate multiple images in the pop-up window.

Image does not appear using the Image option.

Article ID:000019312

Software:
  • ArcGIS Pro

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic