Skip to content

Commit

Permalink
allow picture-in-picture and encrypted-media
Browse files Browse the repository at this point in the history
  • Loading branch information
kshvakov authored Jan 13, 2022
1 parent aa9d495 commit f5667a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}
Expand Down

0 comments on commit f5667a2

Please sign in to comment.