Hello
If you enable it than it looks not so nice you will need also to apply other css changes to modify text alignments and dimensions.
anyway trick to enable it is following :
Edit this file /templates/ja_oslo/html/mod_articles_category/slideshow.php and find :
<div class="swiper-slide">
<?php echo JLayoutHelper::render('joomla.content.fulltext_image', array('item' => $item, 'params' => $params)); ?>
<div class="container hidden-xs">
<div class="article-container">
change it to :
<div class="swiper-slide">
<?php echo JLayoutHelper::render('joomla.content.fulltext_image', array('item' => $item, 'params' => $params)); ?>
<div class="container">
<div class="article-container">
Regards