Skip to content

How to set different Artwork positions #229

Answered by punxaphil
nufer asked this question in Q&A
Discussion options

You must be logged in to vote

You'd need card_mod for that:

type: custom:sonos-card
heightPercentage: auto
sections:
  - player
  - volumes
  - groups
  - grouping
  - media browser
card_mod:
  style:
    sonos-player$: |
      .container {        
        grid-template-areas:
            'header artwork'
            'controls artwork' !important;
        grid-template-columns: 2fr 1fr !important;
      }

Note minimum version for this to work: https://github.com/johanfrick/custom-sonos-card/releases/tag/v6.13.1

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by punxaphil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #219 on December 06, 2023 19:55.