Skip to content
This repository was archived by the owner on Dec 15, 2018. It is now read-only.
This repository was archived by the owner on Dec 15, 2018. It is now read-only.

maxWidth is not working #38

@mallikarjuna023

Description

@mallikarjuna023

Dear,
I am using your infobubble.js file to create customize Info window, but I am facing one issue.
maxWidth is not working.

var infoBubble = new InfoBubble({
maxWidth: 100,
content: infocontent,
padding:2,
borderRadius: 4,
arrowSize: 10,
borderWidth: 1,
borderColor: '#2c2c2c',
disableAutoPan: true,
hideCloseButton: false,
});
infoBubble.open(mymap, marker);

I have changed many times the maxWidth value but there is not changes. other parameters are working except maxwidth.

image

please give me update on this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions