mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-11 21:25:12 +02:00
Fix replace video player height
This commit is contained in:
parent
bd64d4ed0b
commit
396038a803
@ -25,6 +25,7 @@ async function main() {
|
|||||||
if (match.replace && !url.endsWith('.m3u8')) {
|
if (match.replace && !url.endsWith('.m3u8')) {
|
||||||
const player = document.createElement('video')
|
const player = document.createElement('video')
|
||||||
player.style.width = '100%'
|
player.style.width = '100%'
|
||||||
|
player.style.height = '100%'
|
||||||
player.controls = true
|
player.controls = true
|
||||||
player.src = url
|
player.src = url
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user