mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Fill padding around stream content with black color
This helps prevent the chroma-keyed background from creating artifacts when streams don't take the full space (e.g. Periscope streams, which currently do not always cover).
This commit is contained in:
@@ -12,11 +12,11 @@ const VIDEO_OVERRIDE_STYLE = `
|
||||
}
|
||||
html, body, video {
|
||||
display: block !important;
|
||||
background: transparent !important;
|
||||
background: black !important;
|
||||
}
|
||||
html, body {
|
||||
overflow: hidden !important;
|
||||
background: transparent !important;
|
||||
background: black !important;
|
||||
}
|
||||
video, iframe.__video__ {
|
||||
display: block !important;
|
||||
|
||||
Reference in New Issue
Block a user