Prevent WordPress from generating medium_large 768px size of image uploads?

I prevent WordPress from generating thumbnail, medium, and large image sizes for images I upload to the Media Library, by setting their dimensions to 0 from the dashboard: Settings -> Media panel. I have also gotten rid of all instances of add_image_size and set_post_thumbnail_size from the functions.php file of my theme. However, when I upload … Read more