它似乎最终被用作wp_constrain_dimensions
其中“0”表示“无限制”。
它只直接用于媒体。菲律宾比索:85
} elseif ( \'medium_large\' === $size ) {
$max_width = intval( get_option( \'medium_large_size_w\' ) );
$max_height = intval( get_option( \'medium_large_size_h\' ) );
if ( intval( $content_width ) > 0 ) {
$max_width = min( intval( $content_width ), $max_width );
}
$最大高度,然后用于:135
return wp_constrain_dimensions( $width, $height, $max_width, $max_height );
文档
here 显示0表示没有限制