apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.27k stars 382 forks source link

How to Preview Full width? #528

Open farihulrouf opened 7 years ago

farihulrouf commented 7 years ago

How can I get the map displaying at full width/height?

One of my simple tests resulting in no map:


 <div style="width: 100%; height: 100%">
             <div id="map" style="width: 100%; height: 100%"></div>
      </div>