Lovelace media-control size?

I have three Sonos in my Lovelace and it works fine in a horizontal-stack view except when playing an Internet radio channel the media control gets resized because there isn’t a picture for the station.
Is there a way to have all media-controls set to a fixed size or add a dummy media picture if there isn’t any one in the stream?

media-control

- title: Mediaspelar
icon: mdi:speaker
panel: true
cards:
  - type: horizontal-stack
    cards:
        - type: media-control
          entity: media_player.kitchen
        - type: media-control
          entity: media_player.living_room
        - type: media-control
          entity: media_player.basement

Try this custom card type

2 Likes

Love it and so easy to install. Thank you @zanixmechanix

1 Like