wp_expand_dimensions
wp_expand_dimensions ( $example_width, $example_height, $max_width, $max_height )
Parameters:- (int) $example_width The width of an example embed.
- (int) $example_height The height of an example embed.
- (int) $max_width The maximum allowed width.
- (int) $max_height The maximum allowed height.
Uses:Returns:- (array) The maximum possible width and height based on the example ratio.
Defined at: - Introduced in WordPress: 2.9.0
- Deprecated in WordPress: -
Description
Based on a supplied width/height example, return the biggest possible dimensions based on the max width/height.