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']; ?>