mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 15:54:39 +00:00
allow fullscreen iframe if cannot use custom player
Some checks failed
V3 Preview Deployment / Deploy-Preview (push) Has been cancelled
Some checks failed
V3 Preview Deployment / Deploy-Preview (push) Has been cancelled
This commit is contained in:
parent
9e4bf1ac71
commit
68a7117a97
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ export const ReleasePlayerCustom = (props: {
|
|||
}
|
||||
</div>
|
||||
|
||||
: <iframe src={playerProps.src} className="w-full aspect-video" />}
|
||||
: <iframe src={playerProps.src} className="w-full aspect-video" allowFullScreen={true} />}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue