Skip to content

How to get thumbnail of Vimeo video using the video ID

Last updated on September 19, 2014

Getting the thumbnail image for a Vimeo video is very easy. Just use the following link, replacing the with the id of the video.

Large image:

.php"));
$hash[0]['thumbnail_large']
?>

Medium image:

.php"));
$hash[0]['thumbnail_medium']
?>

Small image:

.php"));
$hash[0]['thumbnail_small']
?>


0 0 votes
Article Rating
Subscribe
Notify of
guest

1 Comment
Most Voted
Newest Oldest
Inline Feedbacks
View all comments