I am looking at the robot

Posts Tagged with maps

Setting font size and spacing in google maps infowindow

March 10, 2010 - To prevent scrollbars, set
var info = new google.maps.InfoWindow({
  maxWidth: 285,
  content: '<div class="info"><p>etc..</p></div>'
}};
more