diff --git a/styles/h5p.css b/styles/h5p.css index cdf593a..cbc296a 100755 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -147,7 +147,9 @@ div.h5p-fullscreen { z-index: 20; } .h5p-iframe-wrapper iframe.h5p-iframe { - width: 100%; + width: 10px; + min-width: 100%; + *width: 100%; height: 100%; z-index: 10; overflow: hidden;