Select to view content in your preferred language

Picture in sidePanelDescription in swipe story map

2532
2
Jump to solution
03-01-2016 01:20 PM
DanielWolowik
New Contributor II

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!

0 Kudos
1 Solution

Accepted Solutions
MarkCooney
Occasional Contributor III

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

View solution in original post

2 Replies
MarkCooney
Occasional Contributor III

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

DanielWolowik
New Contributor II

So simple, I'm ashamed

0 Kudos