mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-27 08:29:40 +05:00
fix: cropped square videos
Some checks are pending
V3 Preview Deployment / Deploy-Preview (push) Waiting to run
Some checks are pending
V3 Preview Deployment / Deploy-Preview (push) Waiting to run
This commit is contained in:
parent
5270c50c7b
commit
7f47ca3f97
2 changed files with 3 additions and 6 deletions
|
@ -80,11 +80,6 @@ export default function Page(props: { children: any, className?: string }) {
|
|||
|
||||
<media-controller
|
||||
breakpoints="md:480"
|
||||
defaultsubtitles="{{defaultsubtitles}}"
|
||||
defaultduration="{{defaultduration}}"
|
||||
gesturesdisabled="{{disabled}}"
|
||||
hotkeys="{{hotkeys}}"
|
||||
nohotkeys="{{nohotkeys}}"
|
||||
defaultstreamtype="on-demand"
|
||||
>
|
||||
<slot name="media" slot="media"></slot>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue