mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-20 14:34:38 +00:00
11 lines
511 B
HTML
11 lines
511 B
HTML
<table role="presentation">
|
|
<tr><td style='text-align: center; border: none; padding: 0;'>
|
|
<iframe src='{{ include.url }}'
|
|
width='{% if include.width %}{{ include.width }}{% else %}600{% endif %}'
|
|
height='{% if include.height %}{{ include.height }}{% else %}400{% endif %}'
|
|
style="max-width: 100%; max-height: 90vh; box-sizing: border-box;"></iframe>
|
|
</td></tr>
|
|
<tr><td style='text-align: center; border: none'>
|
|
<small><a href='{{ include.url }}'>See this example stand-alone.</a></small>
|
|
</td></tr></table>
|