New setting background_video

This commit is contained in:
FusionPBX
2024-06-18 09:32:19 -06:00
committed by GitHub
parent 7499606fcb
commit 02db089d8f
15 changed files with 77 additions and 16 deletions

View File

@@ -479,6 +479,18 @@ else { //default: white
background-size:cover;
}
#background-video {
width: 100vw;
height: 100vh;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -2;
}
pre {
white-space: pre-wrap;
color: <?=$pre_text_color?>;
@@ -3337,4 +3349,4 @@ else { //default: white
//output custom css
echo $custom_css_code;
?>
?>