Well I changed it to
add_image_size('maxWidth', 1920, 1920);
to align with the aspect ratio of the medium and large default WordPress sizes. But it never got added into the img srcset. Is there a hook for me to use to add ‘maxWidth’ as an srcset option in the functions.php file?