/
githubmirror
/
Leaflet
Обзор
Документация
Войти
/
githubmirror
/
Leaflet
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/_includes/frame.html
10 строк
511 B
Robert Linder
Responsive map examples (#7950)
27 янв 2022, 12:16
Не верифицирован
27 янв 2022, 12:16
9ea16a2
Код
Авторство
О чём код?
<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>