17 lines
636 B
HTML
17 lines
636 B
HTML
---
|
|
layout: example.html
|
|
title: Full screen control example
|
|
shortdesc: Example of a full screen control.
|
|
docs: >
|
|
<p>Click the control in the top right corner to go full screen. Click it again to exit full screen.</p>
|
|
<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>
|
|
tags: "full-screen, bing, bing-maps"
|
|
cloak:
|
|
Ak-dzM4wZjSqTlzveKz5u0d4IQ4bRzVI309GxmkgSVr1ewS6iPSrOvOKhA-CJlm3: Your Bing Maps Key from http://bingmapsportal.com/ here
|
|
---
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<div id="map" class="map"></div>
|
|
</div>
|
|
</div>
|