The max width of an InfoWindow can be easily changed by:
myInfoWindow.setOptions({maxWidth:400});
Then you'd want to style your InfowWindow content with the width you'd like
with CSS: .iwContent{width:400px;}
I'm not sure but I think the height is set automatically depending on the
content you inject.
On Fri, Apr 9, 2010 at 2:59 AM, zjm1126 <[email protected]> wrote:
> i want to set the width and height of the infowindow using v3
>
> thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.