Featured images not displaying at full resolution

Without seeing your theme setup you could try this. If you don’t need that size of image, set the thumbnail size and then regenerate your thumbnails. Keep in mind this will set this size image for all thumbnails, this may not be what you want.

Add the following to your functions.php.

 set_post_thumbnail_size(560, 315);

More info on set_post_thumbnail_size.

Then regenerate your thumbnails