Hi there
To change settings open this file /templates/ja_moviemax/html/mod_articles_category/slideshow.php at the end of file you will find a jQuery Javascript
change it from :
items: 1,
singleItem : true,
itemsScaleUp : true,
navigation : true,
navigationText : ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"],
pagination: true,
merge: false,
mergeFit: true,
slideBy: 1,
autoplay: true,
TO :
items: 1,
singleItem : true,
itemsScaleUp : true,
navigation : true,
navigationText : ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"],
pagination: true,
merge: false,
mergeFit: true,
slideBy: 1,
loop: true,
autoPlay: true,
As you can see i added a new line loop= true and changed autoplay text to autoPlay
Best regards