function my_picu_large_image_size( $sizes ) {
	return array(
		'width' => 3000,
		'height' => 2000
	);
}

add_filter( 'picu_large_image_size', 'my_picu_large_image_size' );

Still having issues?

In your WordPress Admin go to picu > Settings > Debug Info and send the contents of this page and your questions to support@picu.io.