I updated this file a bit: /templates/ja_podcast/html/mod_community_videos/slideshow.php
by adding the breakpoints:
<script>
(function(w) {
var splide = new Splide('.splide-mod-<?php echo $module->id ?>', {
perPage: 3,
focus: 0,
pagination: false,
omitEnd: true,
breakpoints: {
1024: {
perPage: 3,
},
767: {
perPage: 2,
},
640: {
perPage: 2,
},
},
});
You can change the number of item for each responsive breakpoint.