SarmenHB
SarmenHB

Reputation: 527

how can i make the google maps bubble longer in height?

i want to be able to put more information into the bubble so maybe making it dynamically longer based on the content that is inserted into it.

thanks

Upvotes: 2

Views: 2234

Answers (1)

RedBlueThing
RedBlueThing

Reputation: 42532

This is a pretty common problem that Google Maps developers encounter. The answers in the following question cover the various solutions:

How to set Google map's marker's infowindow max height?

To summarize:

  • You need to set the height attribute on images.
  • You need to make sure your infoWindow HTML elements are not inheriting any CSS styles from the document that change their height.

Upvotes: 1

Related Questions