Select to view content in your preferred language

Image resize doesn't work when I add a link to the image in Zone Lookup instant app

354
0
10-20-2023 01:40 PM
Labels (1)
RuthAddison1
Emerging Contributor

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!

 

0 Kudos
0 Replies