Hi icerat
You can open the file: modules/mod_image_show_gk4/styles/gk_paradise_1/view.php
at the end of file:
<script>
jQuery(document).ready(function($) {
$("#gkIs-<?php echo $module_id;?>.owl-carousel").owlCarousel({
addClassActive: true,
autoplay: <?php echo $autoplay; ?>,
autoplaySpeed: <?php echo $gk_paradise_1_animation_speed; ?>,
autoplayHoverPause: true,
dots: <?php echo $dots; ?>,
items: 1,
loop: false,
nav : <?php echo $nav; ?>,
navText : [" ", " "]
});
});
</script>
change the 'loop' param to false as above