heremaps / maps-api-for-javascript-examples

Self-contained examples for Maps API for JavaScript v3.

Home Page:https://developer.here.com/javascript-apis/documentation/v3/maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

banifou opened this issue · comments

Thanks

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

.H_ib_body {
    width: 180px;
}

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