how to change the width and height of infowindow on google-maps-v3

zjm1126 picture zjm1126 · Apr 9, 2010 · Viewed 14.8k times · Source

i want to set the width and height of the infowindow using v3

thanks

Answer

Salman A picture Salman A · Apr 9, 2010

Try adding a div with desired width, height and content inside the InfoWindow using InfoWindow.setContent() method.