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