Template:MapLightbox: Difference between revisions

From HighSpell Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{{#tag:html|
{{#tag:html|
<a data-fslightbox="mapbox" href="#mapbox-frame">
<a data-fslightbox="mapbox" href="#mapbox-frame">📍 {{{label|View map}}}</a>
  📍 {{{label|View map}}}
<iframe id="mapbox-frame" src="{{{url}}}" width="1920" height="1080" frameborder="0" allow="autoplay; fullscreen" allowfullscreen style="display:none;"></iframe>
</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>

Revision as of 21:12, 11 June 2025