Can you place this on a form? Not having any luck. Works fine on a page.
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;
}
It work up until 4.41 and then the photo display will not work.
Any help on this?