On Aug 2, 8:58 am, Skylar Saveland <[email protected]> wrote: > > I figured that I could limit the size of infowindows to 105 pixels > with something like: > > map.openInfoWindowHtml(clickPoint, myHtml, {maxWidth:105});
The graphics used don't allow the infoWindow to be sized narrower than 249px. This should probably be in the documentation. When I tried that marker, the infoWindow wasn't deep enough for the image. You need to ensure that height and width attributes are included in the <img> element so that the API gets it right. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
