add loader

This commit is contained in:
ian ramzy 2020-03-24 18:14:05 -04:00
parent 017d3cd238
commit df8af1039f
5 changed files with 24 additions and 4 deletions

View File

@ -35,10 +35,21 @@ video {
#remote-video {
width: 70%;
height: auto
height: auto;
background-image: url(loader.gif);
background-size: 400px auto;
background-repeat:no-repeat;
background-position: center center;
}
.video-overlay{
z-index: 1;
}
.buttons {
width: 520px;
bottom: 0px;

View File

@ -8,9 +8,18 @@
</head>
<body>
<!--<div class="video-overlay">-->
<!-- <p>-->
<!-- Waiting for the other person to join. Just share this URL.-->
<!-- </p>-->
<!--</div>-->
<div class="videos">
<video id="remote-video" height="500" autoplay ondblclick={this.requestFullscreen()}></video>
<video id="remote-video" height="500" autoplay ondblclick={this.requestFullscreen()}>
</video>
<video id="local-video" height="150" autoplay muted></video>
</div>

View File

@ -1141,8 +1141,8 @@ textarea.form-input {
}
.invert-color .form-checkbox input:checked, .invert-color .form-radio input:checked {
background-color: !important;
border-color: !important
/*background-color: !important;*/
/*border-color: !important*/
}
.form-group {

BIN
public/loader.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB