Skip to content

Commit

Permalink
Update files/zh-cn/web/api/document_picture-in-picture_api/using/inde…
Browse files Browse the repository at this point in the history
…x.md
  • Loading branch information
skyclouds2001 authored Sep 23, 2024
1 parent c264d79 commit da33b16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if ("documentPictureInPicture" in window) {

## 打开画中画窗口

以下 JavaScript 调用 {{domxref("DocumentPictureInPicture.requestWindow", "window.documentPictureInPicture.requestWindow()")}} 打开一个空白的画中画窗口。返回的 {{jsxref("Promise")}} 用画中画 {{domxref("Window")}} 对象实现。使用 {{domxref("Element.append()")}} 将视频播放器移动到该窗口,然后我们显示消息通知用户它已被移动。
以下 JavaScript 调用 {{domxref("DocumentPictureInPicture.requestWindow", "window.documentPictureInPicture.requestWindow()")}} 打开一个空白的画中画窗口。返回的 {{jsxref("Promise")}} 兑现画中画 {{domxref("Window")}} 对象。使用 {{domxref("Element.append()")}} 将视频播放器移动到该窗口,然后我们显示消息通知用户它已被移动。

`requestWindow()``width``height` 选项将画中画窗口设置为所需大小。如果选项值太大或太小而无法适应用户友好的窗口大小,浏览器可能会限制选项值。

Expand Down

0 comments on commit da33b16

Please sign in to comment.