Never mind, found the solution:
Edit: templates/ja_stark/html/mod_articles_category/blog.php
Replace:
<?php echo LayoutHelper::render('joomla.content.intro_image', $item); ?>
With
<a href="<?php echo $item->link; ?>">
<?php echo LayoutHelper::render('joomla.content.intro_image', $item); ?>
</a>
This should do the trick