Hi,
have you ever tried to add picture to sidePanelDescription in swipe story map template?
If I understand correctly in index.html in part
// Text that appears in the description panel of the side panel. Valid HTML string expected.
sidePanelDescription: "Text",
there is only possibility to add strings but it doesn't accept pictures. I guess that additional changes are required maybe in many places but I don't know where.
Thanks!
Solved! Go to Solution.
Hi Daniel,
If you are able to download and host the template, you can add a valid HTML string into the side panel description as such:
sidePanelDescription: '<img src=\"https://c2.staticflickr.com/4/3543/3397813577_bec4b3b47b_m.jpg">',
-Mark
Hi Daniel,
If you are able to download and host the template, you can add a valid HTML string into the side panel description as such:
sidePanelDescription: '<img src=\"https://c2.staticflickr.com/4/3543/3397813577_bec4b3b47b_m.jpg">',
-Mark
So simple, I'm ashamed