To link the images I had to change the following code:
(Line 195)
$output .= get_the_post_thumbnail(get_the_ID(), array($thumbWidth, $thumbHeight) );
to:
$output .= ‘‘;
$output .= get_the_post_thumbnail(get_the_ID(), array($thumbWidth, $thumbHeight) );
$output .= ‘‘;