allow fullscreen iframe if cannot use custom player
Some checks failed
V3 Preview Deployment / Deploy-Preview (push) Has been cancelled

This commit is contained in:
Kentai Radiquum 2025-03-29 20:19:09 +05:00
parent 9e4bf1ac71
commit 68a7117a97
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -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>