From 3e3bba713326b2723f055a8620889beb98d9c3aa Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Thu, 27 Aug 2015 15:10:02 +0200 Subject: [PATCH] Always use 100% for fullscreen. auto is needed for embed. --- styles/h5p.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/h5p.css b/styles/h5p.css index ea999df..d95af3e 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -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 {