Template:MapLightbox: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{#tag:html| | {{#tag:html| | ||
<a href="#" class="open-map-lightbox">📍 View map</a> | <a href="#" class="open-map-lightbox">📍 View map</a> | ||
<div id="map-lightbox | <div id="map-lightbox"> | ||
<div | <div class="map-lightbox-content"> | ||
<iframe src="{{{url}}}" | <iframe src="{{{url}}}" allowfullscreen></iframe> | ||
<button id="close-map-lightbox | <button id="close-map-lightbox">✕</button> | ||
</div> | </div> | ||
</div> | </div> | ||
|parse=yes}} | |parse=yes}} | ||
</includeonly> | </includeonly> |