leaflet-responsive-popup
Version:
Removes the need to move the map to be able to see the content of a L.Popup
27 lines (25 loc) • 1.43 kB
HTML
<li><a href="{{ '/index.html' | absolute_url }}">Home</a></li>
<li>
<a href="#">Demos</a>
<ul class="menu">
<li><a href="{{ '/open-on-map-tip' | absolute_url }}">Open on map</a></li>
<li><a href="{{ '/default-marker-tip' | absolute_url }}">Default marker</a></li>
<li><a href="{{ '/circle-marker-tip' | absolute_url }}">Circle marker</a></li>
<li><a href="{{ '/open-on-map' | absolute_url }}">Open on map (no tip)</a></li>
<li><a href="{{ '/default-marker' | absolute_url }}">Default marker (no tip)</a></li>
<li><a href="{{ '/circle-marker' | absolute_url }}">Circle marker (no tip)</a></li>
<li><a href="{{ '/popup-css' | absolute_url }}">CSS for Popup tips</a></li>
</ul>
</li>
<li>
<a href="#">RTL Demos</a>
<ul class="menu">
<li><a href="{{ '/open-on-map-tip-rtl' | absolute_url }}">Open on map</a></li>
<li><a href="{{ '/default-marker-tip-rtl' | absolute_url }}">Default marker</a></li>
<li><a href="{{ '/circle-marker-tip-rtl' | absolute_url }}">Circle marker</a></li>
<li><a href="{{ '/open-on-map-rtl' | absolute_url }}">Open on map (no tip)</a></li>
<li><a href="{{ '/default-marker-rtl' | absolute_url }}">Default marker (no tip)</a></li>
<li><a href="{{ '/circle-marker-rtl' | absolute_url }}">Circle marker (no tip)</a></li>
<li><a href="{{ '/popup-css-rtl' | absolute_url }}">CSS for Popup tips</a></li>
</ul>
</li>