diff --git a/src/styles/components/_audiovideo.scss b/src/styles/components/_audiovideo.scss index efeacdaa..179a12ee 100644 --- a/src/styles/components/_audiovideo.scss +++ b/src/styles/components/_audiovideo.scss @@ -66,6 +66,23 @@ right:520px; color: #9dd53a; } +.remoteVideo .overlaylogo { + position:absolute; + right:4%; + top:4%; + width:20%; + height:20%; + max-height:40px; + max-width:111px; + background-image: url(../img/logo-overlay.png); + background-size:100%; + background-repeat:no-repeat; + background-position:center; + opacity:0.5; + z-index:2; + pointer-events: none; +} + .localVideo video { border:1px solid transparent; } diff --git a/static/img/logo-overlay.png b/static/img/logo-overlay.png new file mode 100644 index 00000000..303818f5 Binary files /dev/null and b/static/img/logo-overlay.png differ diff --git a/static/partials/audiovideo.html b/static/partials/audiovideo.html index f82bdcc8..9a2671e4 100644 --- a/static/partials/audiovideo.html +++ b/static/partials/audiovideo.html @@ -1,6 +1,7 @@
+
diff --git a/static/partials/audiovideopeer.html b/static/partials/audiovideopeer.html index 39e1d51c..0ef59995 100644 --- a/static/partials/audiovideopeer.html +++ b/static/partials/audiovideopeer.html @@ -5,4 +5,5 @@
+
\ No newline at end of file