Merge pull request #1767 from fredj/ie11-fullscreen

Add fullscreen API support to IE11
This commit is contained in:
Frédéric Junod
2014-02-27 12:12:36 +01:00
6 changed files with 187 additions and 11 deletions

View File

@@ -15,6 +15,9 @@
.map:-webkit-full-screen {
height: 100%;
}
.map:-ms-fullscreen {
height: 100%;
}
.map:full-screen {
height: 100%;
}