redpishi slider auto slid

link: https://redpishi.com/wordpress-tutorials/image-slider-in-wordpress-without-plugins/
 avatar
Maya
html
2 years ago
232 B
88
Indexable
<script>
let speed = 4;
document.addEventListener("DOMContentLoaded", function(){
setTimeout( () => 
setInterval(function () {document.querySelector("span.icon-arrow_forward#next").click();}, speed * 1000) , 500)
});
</script>
Editor is loading...