Skip to content

Commit

Permalink
Always use 100% for fullscreen. auto is needed for embed.
Browse files Browse the repository at this point in the history
  • Loading branch information
icc committed Aug 27, 2015
1 parent 7737559 commit 3e3bba7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/h5p.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3e3bba7

Please sign in to comment.