DIVI 产品画廊模块图片显示正方形

/DIVI产品禁止横向或纵向裁剪图片*/

add_filter( ‘et_pb_gallery_image_width’, ‘custom_image_width’ );
function custom_image_width($width) {
return ‘9999’;
}

add_filter( ‘et_pb_gallery_image_height’, ‘custom_image_height’ );
function custom_image_height($height) {
return ‘9999’;
}

add_image_size( ‘custom-image-size’, 9999, 9999, array( ‘center’, ‘center’ ) );

其中999代表原始图片大小,不裁剪。

如果已经上传的图片,使用插件重新生成缩略图。

圈主 管理员

热门评论
:
该帖子评论已关闭
图片审查中...
编辑答案: 我的回答: 最多上传一张图片和一个附件
x
x
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索