要使WordPress自动去除img的width和height属性,可以在主题的functions.php文件中添加以下代码:,,``php,function remove_image_dimensions($html) {, $html = preg_replace('/(width|height)=["\']?([09]+……