Hello everybody,
When I add an app to a storymap, like a survey123, it is placed inside an embedded window.
There are any way ro resize this window so I can have my survey completely visible instead of that need to scroll inside the window?
Thanks in advance
Solved! Go to Solution.
Luís Manuel Baptista -- You can adjust the height of an embed window by using iframe code. See the iFrame vs. Link section of this blog for more detail: Enrich your story maps with embedded web content
No answer? Not even to say that it's not possible? 😞
Maybe this one will help: Learn to Embed a Story Map within a Story Map
Let me know how you go.
Kind Regards,
Hamed
Thank you, Hamed, but no.
That link is related to the classic storymaps where you had a space to define the embed configuration. Here I could define the size as I like.
In the new storymaps I don't have a place to do that. They even change the embedded code to "optimize" it (which makes me lose the theme definitions)
Luís Manuel Baptista -- You can adjust the height of an embed window by using iframe code. See the iFrame vs. Link section of this blog for more detail: Enrich your story maps with embedded web content
When I add iframe codes instead of just the URL (in NEW Story Maps) I get an "this content is not supported" error message. Our County is portait, not landscape, so I need to resize the embed! Thanks for any help.
<iframe scr=”https://meckgov.maps.arcgis.com/apps/instant/minimalist/index.html?appid=189cb6c2f23f40be9fa774a2a35... width=”640” height=”640”></iframe>
I also tried:
<iframe scr=”https://meckgov.maps.arcgis.com/apps/instant/minimalist/index.html?appid=189cb6c2f23f40be9fa774a2a35... width=”640” height=”640”></iframe>
Thanks!
@NancyLRoss the correct syntax for the "source" parameter is src (not scr).
Thank you - fixed it but I get this (see attached). Both embeds are to the same AGOL webmap. Here's what I used:
<iframe src=”https://meckgov.maps.arcgis.com/apps/instant/minimalist/index.html?appid=189cb6c2f23f40be9fa774a2a35... width=”640” height=”640”></iframe>
@NancyLRoss -- I'm not sure I understand what the issue is that you are seeing. Could you please explain what is unexpected in your screenshot?