Hi Larry, Thanks a lot. I passed the height and width attributes in the image tag and it worked. Thanks.
-Shuchi On Apr 3, 7:24 pm, "[email protected]" <[email protected]> wrote: > On Apr 3, 3:00 am,Shuchi<[email protected]> wrote: > > > Hi, > > > I am doing a search and plotting the search results on the Google Map. > > When the page is first loaded, the info window does not opens up > > completely. It closes and the content flows out. > > > The link is - http://developmentserver.info/boliday/index.php. Enter > > location as "Delhi" and press "Search". Click on the 'T-shirt' icon > > on the Map and only for the first time when the info window opens up > > the content flows out. I tried to figure out if it was due to image > > size, and tried to set the maxHeight also but it still persisted. > > > It would be of great help if someone could help on debugging it. > > The problem is the API does not know how big the image is. You either > have to tell it by specifying the height and width in the img tag or > by preloading the image in the browser cache. > > -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
