dfirsching
Hi,
This Articles Category module will load articles content so in this slideshow layout, it will retrieve & show full text image of each article. The code generated in this file: root/templates/ja_oslo/html/mod_articles_category/slideshow.php
<?php echo JLayoutHelper::render('joomla.content.fulltext_image', array('item' => $item, 'params' => $params)); ?>
Unfortunately, there is no option to configure size of images in this kind of module. You will need to change size of full text image in article.
Regards