Skip to content
Snippets Groups Projects
Commit ae63f734 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Add black background to video tags

parent 1ddcc700
No related branches found
No related tags found
No related merge requests found
......@@ -166,8 +166,8 @@
{{#with userData}}
<div class="about cf_">
<div>
<video class="video-remote" style="width: 100%; display: none; margin-bottom: 10px;" autoplay></video>
<video class="video-self" style="width: 100px; display: none; position: absolute; top: 21px; right: 21px; border: 1px solid #FFF;" autoplay muted></video>
<video class="video-remote" style="width: 100%; display: none; margin-bottom: 10px; background-color: #000;" autoplay></video>
<video class="video-self" style="width: 100px; display: none; position: absolute; top: 21px; right: 21px; border: 1px solid #FFF; background-color: #000;" autoplay muted></video>
</div>
<div class="thumb">
{{> avatar username=username}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment