diff --git a/openlp/core/lib/htmlbuilder.py b/openlp/core/lib/htmlbuilder.py index 5dfe00d36..9bce2bcac 100644 --- a/openlp/core/lib/htmlbuilder.py +++ b/openlp/core/lib/htmlbuilder.py @@ -53,8 +53,8 @@ body { position: absolute; left: 0px; top: 0px; - width: %spx; - height: %spx; + width: 100%%; + height: 100%%; } #black { z-index: 8; @@ -67,12 +67,6 @@ body { #image { z-index: 2; } -#video1 { - z-index: 3; -} -#video2 { - z-index: 3; -} %s #footer { position: absolute; @@ -90,90 +84,9 @@ sup {