Width of custom Map popup

Hello,

Is it possible to adjust the popup width of a custom popup in the TMS?
For example I uses the sample project.
I tried to surround it with a

Based pm the example in the devguide.
But that does not seem to make any difference.

Kind regards,
Michel Engeltjes

Hi,

You can control the width of the popup by adding an HTML DIV tag around the popup text.

Examples:

<div style="width:250px;">popup text</div>
or

<div style="white-space:nowrap">popup text</div>

1 Like

Hi,

Thank you! The second option is just what I needed.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.