Update main.js
This commit is contained in:
parent
e4e58be566
commit
ed3ba467da
@ -368,7 +368,6 @@ class BrowserMod {
|
|||||||
this._video = document.createElement("video");
|
this._video = document.createElement("video");
|
||||||
this._video.autoplay = true;
|
this._video.autoplay = true;
|
||||||
this._video.playsInline = true;
|
this._video.playsInline = true;
|
||||||
|
|
||||||
this._video.style.cssText = `
|
this._video.style.cssText = `
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
width: 0;
|
width: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user