Re: InfoWindow too small? Content is not all showing neatly in info window.
On Feb 24, 4:15 pm, koots_roots <sator...@gmail.com> wrote:
> Hi all,
>
> I am really not a true developer, just a dabbler at this point.
>
> I used a tabbed spreadsheet wizard to create some code to host my map
> app but the info windows for some of the markers are not containing
> all the info! By this I mean the embedded photos are not all in the
> info windows. some work, some don't, it doesn't seem logical to me
> what is happening
>
> Site: http://kootenayspatial.ca/studentshowcase/dams/dams_ss_wiz3d1.html
>
> link to spreadsheet wizard is here:http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/m...
>
That is usually caused by the size of the image not being known by the
browser. Any images in the cache will render correctly (fit in the
infoWindow because the browser reports their size), the images to
which the API does not know the size will be allocated as if they were
0 size.
Try adding a height and width specification to the img tag.
-- 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 google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home