css - Twitter Bootstrap and gmaps4rails -


i have following view code , dynamically adjusts size mobile phone desktop. map doesn't change size. there way make map changes size dynamically fit on phone/tablet/desktop using bootstrap? (see below)

.row .span6.offset3 .well = gmaps4rails(@maps_json) 

enter image description here

found answer. changed width , height 100% in gmaps4rails.css file


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -