mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-22 16:05:03 +08:00
add loader
This commit is contained in:
parent
017d3cd238
commit
df8af1039f
@ -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;
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
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 |
Loading…
x
Reference in New Issue
Block a user