Avoid thin grey lines around the iframe when using fullscreen on high-res devices.

pull/4/head wp-1.5.4
Frode Petterson 2015-10-02 08:52:11 +02:00
parent ef3cbd92c5
commit cb8640195e
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ html.h5p-iframe .h5p-semi-fullscreen .h5p-content {
position: relative;
z-index: 1;
}
.h5p-iframe-wrapper.h5p-fullscreen {
background-color: #000;
}
body.h5p-semi-fullscreen {
position: fixed;
width: 100%;