@jaycbrf
I am the Developer ^^° creating a custom theme with ACF for a customer at the moment
@organichat and everyone
I just found this
Introducing handling of big images in WordPress 5.3
It is just adding this to your functions.php
add_filter( ‘big_image_size_threshold’, ‘__return_false’ );