mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
New setting background_video
This commit is contained in:
@@ -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;
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user