Always use 100% for fullscreen. auto is needed for embed.

editor-padding
Frode Petterson 2015-08-27 15:10:02 +02:00
parent 7737559dec
commit 3e3bba7133
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ html.h5p-iframe .h5p-content {
width: 100%;
height: auto;
}
html.h5p-iframe .h5p-fullscreen .h5p-content,
html.h5p-iframe .h5p-semi-fullscreen .h5p-content {
height: 100%;
}
.h5p-content.h5p-no-frame,
.h5p-fullscreen .h5p-content,
.h5p-semi-fullscreen .h5p-content {