embedded storymap issues

383
0
01-02-2022 10:40 AM
HelenCooper
Occasional Contributor III

Hi, I have a storymap classic that uses an embedded story map (newer template)  to include a slide show.   It was previously working, and I've just made some other changes to the story map (not relating to this), and the embedded storymap has just stopped working.

I have narrowed down the issue to the '?cover=false' parameter within the iframe.  If I include this parameter, the embedded storymap doesn't work.  If I remove the parameter it works fine (but I have a blank space at the top of the page that I'm trying to eliminate).

This is the code that I'm using:

<iframe src="https://storymaps.arcgis.com/stories/7d1d565926204a6daf9f6c331d4501f1?cover=false" width="100%" height="500px" frameborder="0" allowfullscreen allow="geolocation"></iframe>

which I've had to simplify to this:

<iframe src="https://storymaps.arcgis.com/stories/7d1d565926204a6daf9f6c331d4501f1" width="100%" height="500px" frameborder="0" allowfullscreen allow="geolocation"></iframe>

Here is the storymap that I'm using that contains the embedded code: https://mapitout.maps.arcgis.com/apps/MapSeries/index.html?appid=2856d1799d204a12b5dfaed0c241334c# 

Any suggestions as to what could be causing this very gratefully received!

Helen

0 Kudos
0 Replies