html - Bootstrap 3 and CodeIgniter 3 Google Maps API v3 BIOSTALL Library show a gray square -
i using pure html , css on views , works fine changed views , began use bootstrap 3, div map show grey square,my view:
<div class="col-md-8"> <div class="panel panel-default"> <div class="panel-heading"> <span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> map </div> <div class="panel-body"> <?php echo $map['html'];?> </div> </div> </div>
what can make show?
Comments
Post a Comment