diff --git a/client/src/components/video.vue b/client/src/components/video.vue index 8d4c72f7..a4706616 100644 --- a/client/src/components/video.vue +++ b/client/src/components/video.vue @@ -38,6 +38,13 @@ @@ -461,6 +468,12 @@ this.onResise() } + requestPictureInPicture() { + //@ts-ignore + this._video.requestPictureInPicture() + this.onResise() + } + onFocus() { if (!document.hasFocus() || !this.$accessor.active) { return