mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 16:24:40 +00:00
fix(ReleasePlayer): fixed fullscreen view
This commit is contained in:
parent
90ca603f1c
commit
94f11d5dbd
1 changed files with 1 additions and 0 deletions
|
@ -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" }}
|
||||
|
|
Loading…
Add table
Reference in a new issue