Update main.js

This commit is contained in:
Kendell R 2020-08-30 08:05:55 -07:00 committed by Thomas Lovén
parent e4e58be566
commit ed3ba467da

View File

@ -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;