Document ios landscape / portrait hack

pull/38/head
Svein-Tore Griff With 2017-03-10 08:59:46 +01:00 committed by GitHub
parent 918084647f
commit 58d5eef422
1 changed files with 2 additions and 0 deletions

View File

@ -147,9 +147,11 @@ div.h5p-fullscreen {
z-index: 20;
}
.h5p-iframe-wrapper iframe.h5p-iframe {
/* Hack for IOS landscape / portrait */
width: 10px;
min-width: 100%;
*width: 100%;
/* End of hack */
height: 100%;
z-index: 10;
overflow: hidden;