mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-22 04:39:37 +05:00
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
Add a link
Reference in a new issue