mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Shaka player option doubleClickForFullscreen to false
This commit is contained in:
parent
de306295a9
commit
209e89e9c4
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ export default {
|
||||||
this.ui = new shaka.ui.Overlay(localPlayer, this.$refs.container, videoEl);
|
this.ui = new shaka.ui.Overlay(localPlayer, this.$refs.container, videoEl);
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
|
doubleClickForFullscreen: false,
|
||||||
overflowMenuButtons: ["quality", "captions", "picture_in_picture", "playback_rate", "airplay"],
|
overflowMenuButtons: ["quality", "captions", "picture_in_picture", "playback_rate", "airplay"],
|
||||||
seekBarColors: {
|
seekBarColors: {
|
||||||
base: "rgba(255, 255, 255, 0.3)",
|
base: "rgba(255, 255, 255, 0.3)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue