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

change the thumbnail


how do i change the thumbnail of a video

1 Community Answers

Jessenia

JW Player Support Agent  
0 rated :

If you have uploaded your video to our dashboard, you can also edit the poster image from within the dashboard.
Select your video within the Videos section of the dashboard. You will be re-directed to the “Content Details” page. Within the “Metadata” section you will be able to edit the poster image by uploading your own image or selecting a frame from the video.

If your content is hosted elsewhere, you can add the image property to your embed like the example below.

jwplayer("myElement").setup({
  file: "http://example.com/myVideo.mp4",
  image: "http://example.com/thumbnail.jpg"
    }
});

This question has received the maximum number of answers.