@tuanphan I have used the code you suggested above, but it didn't work. Can you please advise? Thank you!! Site/PW below.
https://chinchilla-ellipsoid-75sf.squarespace.com/
PW: SW2022
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
jQuery(document).ready(function($){
setInterval(function(){
$('body.homepage .gallery-reel-control-btn[data-next]').click()
},2000);
})
</script>