Document ios landscape / portrait hack
parent
918084647f
commit
58d5eef422
|
@ -147,9 +147,11 @@ div.h5p-fullscreen {
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
}
|
}
|
||||||
.h5p-iframe-wrapper iframe.h5p-iframe {
|
.h5p-iframe-wrapper iframe.h5p-iframe {
|
||||||
|
/* Hack for IOS landscape / portrait */
|
||||||
width: 10px;
|
width: 10px;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
*width: 100%;
|
*width: 100%;
|
||||||
|
/* End of hack */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue