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

Resizing the audio player leads to display bugs below a certain point. #121

Closed
Elaws opened this issue Feb 16, 2022 · 4 comments
Closed

Comments

@Elaws
Copy link

Elaws commented Feb 16, 2022

Hello,

I wanted to resize audio player so that it fits in a dataview table. Unfortunately, below 200px (which is still quite large for a dataview table), the audio player does not display properly :

image

(Input is : ![[Workbench.mp3|200]])

Is there any way to solve this problem ?

Thanks

@aidenlx
Copy link
Member

aidenlx commented Feb 16, 2022

you can hide some controls in the settings to make it works better, but I think 200px for audio player is a bit too small (at least smaller than the min-width of plyr)

@aidenlx aidenlx closed this as completed Feb 16, 2022
@Elaws
Copy link
Author

Elaws commented Feb 16, 2022

Thanks, it's nice as a workaround. It would be nice that resize would be responsive, so it could fit several usecases. I would like to disable some controls only on specific conditions, not on every media player occurrence.

at least smaller than the min-width of plyr

I changed Minimum Player Width for Embeds but it had no effect.

@aidenlx
Copy link
Member

aidenlx commented Feb 17, 2022

Minimum Player Width for Embeds can't change the width of each button, only the overall size so it can't solve your problem. as for dynamic controls, I'm waiting for next version of plyr to provide better control over components. for plyr in current version of media extended, it's something difficult to achieve.

@Elaws
Copy link
Author

Elaws commented Feb 17, 2022

@aidenlx : Thanks, this is great news !

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

No branches or pull requests

2 participants