Fix Map Width
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
{{ $scrollWheelZoom := default "true" .scrollWheelZoom }}
|
{{ $scrollWheelZoom := default "true" .scrollWheelZoom }}
|
||||||
|
|
||||||
<!--Container-->
|
<!--Container-->
|
||||||
<div id='mapid_{{ $mapId }}' class="leaflet-map" style='width: {{ $mapWidth }}; height: {{ $mapHeight}};'></div>
|
<div id='mapid_{{ $mapId }}' class="leaflet-map" width="{{ $mapWidth }}" style='height: {{ $mapHeight}};'></div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
//Create Map
|
//Create Map
|
||||||
|
|||||||
Reference in New Issue
Block a user