fix(ReleasePlayer): fixed fullscreen view

This commit is contained in:
Kentai Radiquum 2024-05-11 06:57:15 +05:00
parent 90ca603f1c
commit 94f11d5dbd
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -81,6 +81,7 @@ export const ReleasePlayer = (props) => {
{voiceoverInfo && sourcesInfo && episodeInfo ? (
<article className="fill grid">
<iframe
allow="fullscreen"
src={episodeURL}
className="s9"
style={{ aspectRatio: "16/9", width: "100%", height: "auto" }}