-
Notifications
You must be signed in to change notification settings - Fork 36
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: Fixed card size #64
Comments
I use the card in Panel view and haven't noticed this. Yes, I could see where that would be annoying. I'll see what I can do. You can probably do this with card mod and some css. I know that's not everyone's preference but that will certainly be faster than I will (I am slow, heh). |
I appreciate this suggestion and will give it a go. I totally understand that it takes time to implement such a feature. |
Ah, yeah, height is always tricky. Maybe try: max-height: 150px; |
After setting max-height (and also min-height and min/max-width) the card size stays constant at the desired size. That's a great workaround for now, thanks. |
I'm using the gallery card to run a slide show on the dashboard shown on my wall panel. The problem I have is that the gallery-card resizes with the current photo and it orientation. I would like to keep the card at a fix adjustable size so that it matches the other elements on the dashboard and have the photo rescaling to fit inside the card. Is there a way of doing that other than resizing all the photos manually?
If not, would you consider adding that as a new feature?
The text was updated successfully, but these errors were encountered: