From f5667a2f09a26d57139ecf657e721a3900ce70a3 Mon Sep 17 00:00:00 2001 From: Kirill Shvakov Date: Thu, 13 Jan 2022 20:14:55 +0200 Subject: [PATCH] allow picture-in-picture and encrypted-media --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index d37bf3b..e0fa5dd 100644 --- a/src/main.js +++ b/src/main.js @@ -32,7 +32,7 @@ export default { width: this.width, height: this.height, frameborder: 0, - allow: "autoplay; fullscreen", + allow: "autoplay; fullscreen; picture-in-picture; encrypted-media", allowfullscreen: true, } }