UNPKG

653 BHTMLView Raw
1---
2layout: example.html
3title: Full Screen Control with extended source element
4shortdesc: Example of a full screen control with a source option definition.
5docs: >
6 <p>Click the control in the top right corner to go full screen. Click it again to exit full screen.</p>
7 <p>If there is no button on the map, your browser does not support the <a href="http://caniuse.com/#feat=fullscreen">Full Screen API</a>.</p>
8tags: "full-screen, source, fullScreenSource, osm, osm-maps"
9---
10<div id="fullscreen" class="fullscreen">
11 <div id="map" class="map"></div>
12 <div class="sidepanel">
13 <span class="sidepanel-title">Side Panel</span>
14 </div>
15</div>
16