I\'m using bootstrap and I embedded Google Maps API 3.
#map_canvas isn\'t responsive; it\'s a fixed width.
#map_canvas
Also, if I use height: auto
height: auto
You could give the span6 class a width and height, then give map_canvas a width and height of 100%.
span6
map_canvas
100%