From 209e89e9c4bfaaa1c5bda711356bb117707ad29c Mon Sep 17 00:00:00 2001 From: Karlis Cudars Date: Mon, 2 Aug 2021 00:11:08 +0300 Subject: [PATCH] Shaka player option doubleClickForFullscreen to false --- src/components/Player.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Player.vue b/src/components/Player.vue index 5f67d24a..a9371dea 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -179,6 +179,7 @@ export default { this.ui = new shaka.ui.Overlay(localPlayer, this.$refs.container, videoEl); const config = { + doubleClickForFullscreen: false, overflowMenuButtons: ["quality", "captions", "picture_in_picture", "playback_rate", "airplay"], seekBarColors: { base: "rgba(255, 255, 255, 0.3)",