jquery - Set height of content inside google maps info window -
when instantiate google maps info window, doesn't resize window match content's height. instead, adds scrollbar. in fact, doesn't seem use available height of window itself, instead instituting arbitrary size. idea how manually resize itself? can see issue here, clicking on "contact", , clicking on 1 of markers.
turns out there's better way handle infowindows, use infobox extension, hosted here:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/src/
and documented here:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/
which solves , many other problems google's infowindow.
Comments
Post a Comment