I am facing an issue with autoplaying a carousel on my WordPress page. The code for the carousel is as follows:
<div class="swiper-container services-slider swiper-container-horizontal" data-cols="3" data-autoplay="1">
<div class="swiper-wrapper" style="transform: translate3d(0px, 0px, 0px);">
<article id="post-5854" class="swiper-slide swiper-slide-active" data-mh="ltx-services" style="width: 370px; height: 687.391px; margin-right: 30px;">
Despite setting it to autoplay, the carousel is not functioning on the homepage Homepage. However, when I tested it on a separate test page test page, it worked perfectly fine.
I would appreciate any help in identifying what might be causing this issue. Thank you in advance.