summaryrefslogtreecommitdiff
path: root/localwebsite/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'localwebsite/htdocs')
-rw-r--r--localwebsite/htdocs/assets/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/localwebsite/htdocs/assets/app.js b/localwebsite/htdocs/assets/app.js
index ff2295d..9574c8c 100644
--- a/localwebsite/htdocs/assets/app.js
+++ b/localwebsite/htdocs/assets/app.js
@@ -120,6 +120,8 @@ window.Cameras = {
video.autoplay = true;
video.muted = true;
+ video.playsInline = true;
+ video.autoplay = true;
if (window.browserInfo.ios)
video.setAttribute('controls', 'controls');