Add fullscreen API support to IE11

This commit is contained in:
Frederic Junod
2014-02-26 15:18:14 +01:00
parent 5a940c207a
commit ac9fe664e0
5 changed files with 175 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%;
}