
change the thumbnail
how do i change the thumbnail of a video
how do i change the thumbnail of a video
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"
}
});