I want to put a logo with a link to a webpage on the introduction panel of the Zone Lookup app. When I do this I can't resize the logo. This is what I did.
First, I added an image (a logo) to the introduction panel in the Zone Lookup. I resized the image and all looked fine. This is the source code that was produced by the Edit introduction panel -
<figure class="image image_resized" style="width:85.09%;">
<img src="https://lopf.maps.arcgis.com/sharing/rest/content/items/5eb90384059e4df18e2bc8378f86a467/resources/m...">
</figure>
Then I added a link to the image by clicking on the image in the Edit introduction panel and clicking on the link tool. When I did that, the image was no longer resized.
This is the source code that was produced -
<figure class="image image_resized" style="width:85.09%;">
<a href="https://www.opforum.org.uk/projects-and-campaigns/enhance-programme/" target="_blank"><img src="https://lopf.maps.arcgis.com/sharing/rest/content/items/5eb90384059e4df18e2bc8378f86a467/resources/m..."></a>
</figure>
Does anyone know why the resizing is no longer working? The code was created automatically in the Edit introduction panel of Configure Zone Lookup - not written by me.
Thanks for any tips!