How to fit the infowindow in Google Maps v3 so that it will appear开发者_运维知识库 full?
InfoWindow have a minimum height, this is pretty much unavoidable. It will expand to contain any content taller then the mimimum. You can override the expand behavior by forcing your content to be a specific height.
Extra info: http://code.google.com/apis/maps/documentation/javascript/reference.html#InfoWindowOptions
An option is to not use InfoWindow and roll your own "bubble" that is opened on click.
精彩评论