heremaps / maps-api-for-javascript-examples

Self-contained examples for Maps API for JavaScript v3.
https://developer.here.com/javascript-apis/documentation/v3/maps
Other
194 stars 430 forks source link

Is there any way to change the width of the Infobubble? #139

Closed banifou closed 8 months ago

banifou commented 1 year ago

Thanks

banifou commented 1 year ago

I think, I just found a solution with CSS like this:

.H_ib_body {
    width: 180px;
}
vadym1930 commented 1 year ago

Just wanted to mention we have addClass method on infobubble so that we don't have to use Here CSS class name for theming we can specify our own