Z-blogPHP获取文章中第一张图片的thumbnailThe label is {$article.Thumbs(120, 80, 1, false)[0]}
这个包含压缩图片到指定尺寸的功能,那么压缩后的图片路径在哪里呢?
如下路径:/zb_users/cache/thumbs/

common problems
1、这里的图片可以删除吗?
可以删除的,通过网站设置,点击清空缩略图缓存。
2、文章中有图片,但是不显示为缩略图。
因为文章中第一张图片的尺寸小于50px*50px,所以不能作为缩略图显示,这种情况下则显示系统默认的缩略图。
As shown in the following figure:

Some users want to modify this picture. Where can I modify it?
The path is as follows: /zb_system/image/default/







add friends