geofield_map-8.x-2.67/templates/geofield-google-map.html.twig
templates/geofield-google-map.html.twig
{#
/**
* @file
* Theme implementation to display a Geofield Google Map.
*
* This creates a placeholder for the map to be injected in.
*
* Available variables:
* - mapid
* - height
* - width
*
* @ingroup themeable
*
*/
#}
<div id="{{ mapid }}" class="geofield-google-map" style="min-width: 200px; width: {{ width }}; min-height: 200px; height: {{ height }}"></div>
