Always use 100% for fullscreen. auto is needed for embed.
parent
7737559dec
commit
3e3bba7133
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue