Filter: classifai_smart_crop_max_pixel_dimension

apply_filters( 'classifai_smart_crop_max_pixel_dimension', $max ) → {int}

Filters the maximum allowable width or height of an image to be cropped. Default 1024.

Parameters:
Name Type Description
$max int

The max width/height in pixels. Default 1024.

Since:
  • 1.5.0
Source:
Returns:

Filtered max dimension in pixels.

Type
int