From 58d5eef4224f7c6877bad135bb844ead2275a1b4 Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Fri, 10 Mar 2017 08:59:46 +0100 Subject: [PATCH] Document ios landscape / portrait hack --- styles/h5p.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/h5p.css b/styles/h5p.css index cbc296a..b13c6e0 100755 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -147,9 +147,11 @@ div.h5p-fullscreen { z-index: 20; } .h5p-iframe-wrapper iframe.h5p-iframe { + /* Hack for IOS landscape / portrait */ width: 10px; min-width: 100%; *width: 100%; + /* End of hack */ height: 100%; z-index: 10; overflow: hidden;