diff --git a/livechroma.php b/livechroma.php index ccf7035b2..165ee2451 100644 --- a/livechroma.php +++ b/livechroma.php @@ -65,6 +65,8 @@ +
+
diff --git a/src/sass/classic_live_chromakeying.scss b/src/sass/classic_live_chromakeying.scss index 7f685ba18..8f9a5e36a 100644 --- a/src/sass/classic_live_chromakeying.scss +++ b/src/sass/classic_live_chromakeying.scss @@ -125,6 +125,31 @@ } } +#blocker { + position: absolute; + display: none; + width: 100%; + height: 100%; + z-index: 1499; + background-color: #ffffff; + opacity: 0; +} + +#aperture { + box-sizing: content-box; + display: none; + width: 150%; + padding-bottom: 150%; + height: 0; + position: absolute; + top: 50%; + left: 50%; + z-index: 1500; + transform: translate(-50%, -50%); + border: solid 2000px #000000; + border-radius: 50%; +} + #video--view { top: 0; left: 0;