Select to view content in your preferred language

Story Map pop-up windows

1077
2
10-17-2016 02:46 PM
HannahHutchins3
New Contributor

I am currently working on a Story Map Series and have popup windows that just display photos - no other attribute information. I would like to have a larger pop-up display of just the photo but am having a hard time finding some HTML or basic coding that will allow me to adjust the size. I don't have the ability (or knowledge) in downloading and custom coding the Story Map and I know that limits me, but I thought I would reach out to see if anyone knew some tips or tricks. 

Thanks!

2 Replies
AdrianWelsh
MVP Honored Contributor

Hi Hannah, did you ever get this resolved?

0 Kudos
LeoLadefian5
Frequent Contributor

Hannah, I found the css for the popup windows for the story map are embedded in the esri.css.

 

.esriPopup .contentPane{position:relative;padding:0 15px;max-height:600px;

 

I had to download the css, change the attribute and link it to the index.

 

http://js.arcgis.com/3.18/esri/themes/calcite/esri/esri.css 

I'm not sure of a way to do it without download the app code and changing it.

0 Kudos