view map bug

This commit is contained in:
merdan 2019-11-30 12:51:30 +05:00
parent 191a30c023
commit d97239a7b6
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<div class="row">
<div class="col-md-12">
<div class="google-maps content" id="map">
<div class="google-maps content" id="map" style="height: 250px">
</div>
</div>
@ -71,7 +71,7 @@
function initMap() {
map = new google.maps.Map(document.getElementById('map'), {
center: {lat: {{$event->venue->address['latlng']['lat']}}, lng: {{$event->venue->address['latlng']['lng']}}},
zoom: 8
zoom: 12
});
}
</script>