Change size of images in the listing category

add_filter(
	'hivetheme/v1/image_sizes',
	function( $image_sizes ) {
		$image_sizes['portrait_small']['height'] = 400;
		$image_sizes['portrait_small']['width'] = 400;

		return $image_sizes;
	}
);

this code is not working i want to resize the top categories

Hi,

After you add this code snippet, please try to re-upload the image.