Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

playlist icon


Hi,

we're currently testing the free version of jwplayer if it could fit our needs.
We've setup a playlist with our intro and a regular video. Works fine so far.
Unfortunately we can't hide the playlist icon on the top right side.

Is there any option to hide this icon? Couldn't find anything about in the documentation.

Thanks in advance.

3 Community Answers

George

JW Player Support Agent  
1 rated :

Hi,

In your setup block you set visualplaylist to false:

var playerone = jwplayer(“container”);

playerone.setup({
playlist: “https://content.jwplatform.com/feeds/Fdne237i.json”,
width:“80%”,
aspectratio:“16:9”,
visualplaylist:false
});

René

User  
0 rated :

Hi George,

it works perfectly, thank you.

George

JW Player Support Agent  
0 rated :

(thumbsup)

This question has received the maximum number of answers.