github jianyu-li/yet-another-media-player v17.0.0
Card-Mod Support

latest releases: v35.0.9, v35.0.8, v35.0.7...
9 months ago

YAMP is now compatible with Card-Mod!

Card Mod Examples

Decrease Height

You must adjust the ha-card height as well as .card-artwork-spacer min-height, see example:

card_mod:
  style: |
    ha-card {
      height: 300px !important;
    }
    .card-artwork-spacer {
      min-height: 0px !important;
      }

Increase Height

You must adjust the ha-card height as well as .card-artwork-spacer min-height, see example:

card_mod:
  style: |
    ha-card {
      height: 700px !important;
    }
    .card-artwork-spacer {
      min-height: 0px !important;
      }

Don't miss a new yet-another-media-player release

NewReleases is sending notifications on new releases.