-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Feature request: medium-media-player #156
Comments
Hello, thanks! Yes, I see your point. Another alternative would be to use button-cards for play/pause and +/-. |
I've just come up against something similar, but slightly different in this vein. I'm trying to use mini-media-player as a conditionally-displayed "background" for another card. I've got it working fine, however when the artwork is in "cover" mode, the height is fixed. And "full-cover" is too tall for my liking. Would be fantastic if there was an optional "height" parameter that we could specify to get MMP to display how we prefer it. |
@trankillity A good solution if you really want a static height would be to use card-mod, with which you should be able to achieve it easily. # card-mod example, should work?
...
type: custom:mini-media-player
style: |
ha-card {
height: 200px;
} |
Exactly what I want! How did you do that? Using card-mod or? |
That was just to test the idea of a scalable option, achieved by applying/changing some styles through Google Chrome dev-tools. I like the idea, should def add a some sort of scaling option in the future. |
🎉 👍 Glad you consider this feature request... thanks again! |
+1 👏👍 |
This card is 40px/row, same as the core entity row dimensions which I try to follow as much as possible.. But you can customize the height/paddings manually by utilizing card-mod. |
UI scaling is now supported in the latest release and there's two ways you can set it.
The parameter is basically the multiplier, e.g. The card option has priority and will override the theme variable Let me know if you notice anything strange when scaling the card, thanks! |
Hi,
First of all: thanks for this excellent card which we use daily.
Some minor annoyance that we have is that the mini-media-player is sometimes too mini :-). We use it on a wall mounted tablet and we often press the wrong button. The only buttons we really use are play, pause and the volume.
Would there be a way to have the play/pause buttons a little bit bigger? So they can be easily controlled by finger?
Thanks again,
Ronald
The text was updated successfully, but these errors were encountered: