Hello everyone,
I am having a hard time adding a logo to my Survey123 app. I created a note type and added a img.png image to my media::image. This approach works however the image always react to user (by open a large image) when the user touch the logo. The second approach was to add the image as label (or hint) using "<center><img src="https://fws.maps.arcgis.com/sharing/rest/content.....". </center>. This work great, however the image do not resize with changes on the type of device or <center> on the app. Does anyone have a suggestion on how I can do this?
Thanks!
JB
Hi Jose,
<center> is no longer valid HTML, which might explain part of the issue. What are you using for width/height attributes?
Hi James,
Thanks for your quick response!. I setup the width to 320 (no height). The image always get aligned to the left. Here is what I have on the label (or hint) field:
<p><img src="https://fws.maps.arcgis.com/sharing/rest/content/items/ae7e08773fbc46fba2dbf5113cd3573f/data" width="320"></p>
Thanks,
JB