diff --git a/cocos/video/video-player-impl-web.ts b/cocos/video/video-player-impl-web.ts index 72e6f374464..600b9f2a0a8 100644 --- a/cocos/video/video-player-impl-web.ts +++ b/cocos/video/video-player-impl-web.ts @@ -330,10 +330,6 @@ export class VideoPlayerImplWeb extends VideoPlayerImpl { return; } - if (screen.fullScreen()) { - return; - } - // use stayOnBottom if (this._dirty) { this._dirty = false;