filter

jetpack_postimages_ignore_minimum_dimensions

Filters the switch to ignore minimum image size requirements. Can be used to add custom logic to image dimensions, like only enforcing one of the dimensions, or disabling it entirely.

Parameters

$ignore
bool

Should the image dimensions be ignored?

$meta
array

Array containing image dimensions parsed from the markup.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.

Notes

Here is how the filter can be used:
add_filter( 'jetpack_postimages_ignore_minimum_dimensions', '__return_true' );