map.addMarkerGraphic Popup size

2330
1
07-29-2015 10:04 AM
rodolfobulati1
New Contributor II

Hello,

When i add one marker on map using the method map.addMarkerGraphic(..) how can i change the default popup (infoWindow) size that open on marker click.

map.png

This is very important to my work, really thank you for answers.

OBS: i already know about using markers.addGraphic(new Graphic(point, symbol, attributes)); with a listener opening a infoPopupOverlay, but with this i can't render html on infoWindow description.

0 Kudos
1 Reply
EricBader
Occasional Contributor III

This is a good question. I don't believe we've solved this exactly, but it makes sense what you're asking for.

What seems to be happening is that whatever the size of the URL content is, it scales down to a "default" size. The popup is then re-sizable, but I understand that this is not the experience you are looking for. Hopefully others will be able to suggest a decent workaround for now?