Template:MapLightbox: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{{#tag:html|
{{#tag:html|
<a data-fslightbox="gallery" href="{{{url}}}">📍 View map 1</a>
<a data-fslightbox="mapbox" href="#mapbox-frame">
  📍 {{{label|View map}}}
</a>
 
<iframe
  id="mapbox-frame"
  src="{{{url}}}"
  width="1920"
  height="1080"
  frameborder="0"
  allow="autoplay; fullscreen"
  allowfullscreen
  style="display:none;">
</iframe>
|parse=yes}}
|parse=yes}}
</includeonly>
</includeonly>