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

Video thumbnail? Index image for entire video?


Where do I find an identical function to YouTube's video thumbnail feature that allows insertion of a custom graphic that displays when the player is not playing the video or also when the video completes? Is there a specific help topic on this? - THX

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

May refer to my test page here:
http://qa.jwplayer.com.s3.amazonaws.com/~george/poster_image_jw8.html

Notice the JSON specified here:
https://cdn.jwplayer.com/v2/media/1sc0kL2N?format=json

It sets the poster image:
“image”: “https://cdn.jwplayer.com/thumbs/1sc0kL2N-720.jpg”,

You may refer to our documentation here:
https://developer.jwplayer.com/jw-player/docs/developer-guide/customization/configuration-reference/#playlist

This question has received the maximum number of answers.