lacee1986
8/9/2016 - 1:49 PM

Get Vimeo video thumbnail image

Get Vimeo video thumbnail image

get_field('creative_vimeo'); // The ID from Advanced Custom Field

$imgid = get_field('creative_vimeo');
$hash = unserialize(file_get_contents("http://vimeo.com/api/v2/video/$imgid.php"));
$large_img =  $hash[0]['thumbnail_large']; ?>