Hello to all. Have a problem with creting html popup with Carrymap in ArcGIS. Images appears too big for popup. Script for image insert:
<% var tag = '<img src="';
tag += CF.Values["img"] + ".JPG";
tag += '">';
echo (tag);
%>
Could I change image size in pixels or percents in script?