dida显示缩略图

感谢东哥,最后一个参数不写,返回原图

<?php if($article->fields['thumb']){reset($article->fields['thumb']);$file = current($article->fields['thumb']);$thumb =  img(image_get_thumb($file->fid, $file->filepath, '200x200', 'scale_resize'));}?>

Tags: