php 添加新的缩略图大小

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 添加新的缩略图大小相关的知识,希望对你有一定的参考价值。


//Register the image size to display in the office image section
add_action( 'after_setup_theme', 'post_image_setup' );
function post_image_setup() {
	add_image_size( 'post-thumb', 230 , 148, true ); // (cropped)
}

以上是关于php 添加新的缩略图大小的主要内容,如果未能解决你的问题,请参考以下文章

php 自定义缩略图大小

php 在单个产品页面更改图库缩略图大小

php 在Enfold中更改单个产品缩略图大小

php 在Enfold中更改单个产品缩略图大小

php 具有缩略图大小的ACF图像阵列简单输出

php 具有缩略图大小的ACF图像阵列简单输出