Hi, I have the player working great, this is by far the best player I've used with Drupal. I was playing with getting it to be like a thumbnail (about 350x220) player on a main page instead of the video player being full size. When the play is in fullscreen the playlist works fine. But when the player is only 350 wide it does not display the play list at all at first. Then if I click the << button (the show playlist button) it slides out but then disappears. No matter how many times I click it it disappears. I set the playlist size to only 10px and it still gave me this issue. Any suggestions? Thanks!

CommentFileSizeAuthor
#1 Picture 3.png18.08 KBshanep

Comments

shanep’s picture

StatusFileSize
new18.08 KB

So I changed the width of the playlist in the skin slightly and I got a strange result. So it pulls in the videos, can play the main video, everything works great - except... it does not resize the movie to bring out the full playlist, which is my ultimate goal for this. any help is appreciated, thanks!

shanep’s picture

Sorry, one more note: I have it in a block and that block is displayed in a Panel. Thanks!

travist’s picture

Status: Active » Fixed

This is the "autohide" feature. To turn it off, you just need to say...

$params['autohide'] = 'false';

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.