设置WP_Customize_Image_Control图像的图像维度

时间:2015-01-06 作者:Akash Kumar Sharma

在当前主题的“自定义”页面中,当前标题的“选择图像”对话框显示“选择并裁剪”选项Select and Crop option in chose Image dialog of Current Header

但是自定义WP\\u Customize\\u Image\\u控件仅显示“Choose Image”。Select Image dialog generated by WP_Customize_Image_Control

是否有方法定义使用WP\\u Customize\\u image\\u Control上载的图像的图像大小/尺寸,可以使用add_image_size . 这是否会触发WP\\u Customize\\u Image\\u Control上载程序显示“选择并裁剪”选项?

ps:有一个关于此功能的请求,根据this ticket.

1 个回复
SO网友:Carlos Jafet Neto

我用css解决了这个问题。我就是这样做的:

在你的标题上。php文件向图像标记添加一个类,如下所示:

img class="logo" src="" alt=""

那就看你的风格了。css添加徽标类:

.logo { max-width: 200px; }
如果以后需要更改,请转到Editor 并直接在style.css 文件

结束

相关推荐

Changing Gallery images size?

我正在抓取我的图库图像的URL:$gallery = get_post_gallery_images( $post ); foreach($gallery as $thumbnail) { echo $thumbnail_slideshow; } 问题是我得到的只是缩略图:image1-150x150.jpg image2-150x150.jpg image3-150x150.jpg 我想得到:image1-600x100.