punxaphil / maxi-media-player

Media card for Home Assistant UI with a focus on managing multiple media players, but not excluding single player setups.
27 stars 2 forks source link

Disable album art all together #84

Closed andiohn closed 2 months ago

andiohn commented 2 months ago

Just a flag to disable the album art in the player all together. Thanks!

punxaphil commented 2 months ago

Use card mod (https://github.com/thomasloven/lovelace-card-mod):

type: custom:maxi-media-player
heightPercentage: auto
card_mod:
  style:
    mxmp-player$: |
      div {
        display: none;
      }