firefox live view in power video viewer fix
parent
92ed6fd819
commit
52b79e14b3
|
@ -107,9 +107,9 @@ if(data.addon.indexOf('gui')>-1){ %>
|
||||||
<% };
|
<% };
|
||||||
if(data.addon.indexOf('fullscreen')>-1){ %>
|
if(data.addon.indexOf('fullscreen')>-1){ %>
|
||||||
<style>
|
<style>
|
||||||
body,html{overflow: hidden;}
|
body,html{overflow: hidden;height:100%}
|
||||||
*{margin:0;padding:0;border:0}
|
*{margin:0;padding:0;border:0}
|
||||||
.stream-element,.shinobi_stream{position:absolute;top:0;left:0;}
|
.stream-element,.shinobi_stream{position:absolute;top:0;left:0;height:100%}
|
||||||
.shinobi_stream video{object-fit: fill}
|
.shinobi_stream video{object-fit: fill}
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in New Issue