• Hi,

    is it possible to edit the size (height) of the player? There are more than 5 tracks in my playlist and now I have to scroll if I want to see each track. Can I edit the size, so that I don’t have to scroll?

    Greets,
    Jens

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same question

    Jens,

    Found this: inserted in my global css,

    This display all track or maximum height

    .cue-playlist .cue-tracks {
    max-height: none;
    }

    This is how to adjust for a specific height (600px) or whatever you need

    .cue-playlist .cue-tracks {
    max-height: 600px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit size of the player?!’ is closed to new replies.