On Aug 25, 12:16 pm, monsterag <[email protected]> wrote: > Thank you, > but... > how can i define the size of the contentwindow in the height? > I only found this in the documentation: > GInfoWindow enableMaximize() > GInfoWindowOptions maxWidth > > How can load the images in the cache before? Is there a javascript or > google function for this?
No, it is normal html. The <img> tag supports height and width. Or do it in css. Or preload the image in the cache. None of it has to do with the API, except that the browser needs to be able to give the API a non-zero size so it can account for it correctly when sizing the infowindow. -- Larry > Einar -- 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.
