缺少 Wordpress 图像附件设置
Wordpress image attachment settings missing
我目前正在为 Wordpress 图片库设置一些自定义图片大小,以便在上传图片时调整大小并保存。我检查了上传文件,图像正在调整大小。
当我转到 select 图片时,附件设置下拉列表丢失。
这是设置我的自定义图像大小的代码,它在我的 functions.php 文件中
add_image_size( 'custom-size123', 192, true);
when you click the edit image in attachment .There will be settings to resize the image
我目前正在为 Wordpress 图片库设置一些自定义图片大小,以便在上传图片时调整大小并保存。我检查了上传文件,图像正在调整大小。
当我转到 select 图片时,附件设置下拉列表丢失。
这是设置我的自定义图像大小的代码,它在我的 functions.php 文件中
add_image_size( 'custom-size123', 192, true);
when you click the edit image in attachment .There will be settings to resize the image