palosutca
Of course I would have to know how to create a file override for the GK "system" but here is the magic:
Just change "_M.jpg" to "_XL.jpg"
modules\mod_image_show_gk4\styles\gk_photo\view.php
$thumb = 'media/k2/items/cache/'.md5("Image".$k2Item['id']).'_XL.jpg';
$hasThumb = file_exists(JPATH_ROOT . '/' . $thumb);
if (!$this->config['image_show_data'][$i]->image && $hasThumb) {
$path = JUri::root().'media/k2/items/cache/'.md5("Image".$k2Item['id']).'_XL.jpg';