mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Avoided to show freeze videos when they are muted
Showing poster on iPhone when remote video is muted.pull/803/head
parent
af31380bbd
commit
979fd14ccc
|
@ -3,7 +3,7 @@
|
|||
width: 100%;
|
||||
background-color: #000000;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
z-index: 888;
|
||||
}
|
||||
|
||||
.initial {
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#audio-wave-container {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
z-index: 999;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue