Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio files render a large black placeholder #51

Closed
geball opened this issue Oct 29, 2021 · 1 comment
Closed

Audio files render a large black placeholder #51

geball opened this issue Oct 29, 2021 · 1 comment
Labels

Comments

@geball
Copy link

geball commented Oct 29, 2021

When an audio file is uploaded, a large black placeholder is rendered in the studio.

A black placeholder is rendered when an audio file is uploaded.

The mux-input plugin is using the media-chrome package, which is applying this CSS rule:

:host(:not([audio])) {
    height: 480px;
    width: 720px;
}

However, media-controller in the Video component does not appear to apply the audio attribute, which would remove the large placeholder.

Screen.Recording.2021-10-29.at.11.49.58.AM.mov
@hdoro
Copy link
Collaborator

hdoro commented May 20, 2024

Hey Geoff, long time no see! 👋

Fixed as of upcoming 2.4.0 - see this comment: #128 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants