redpishi slider auto slid

link: https://redpishi.com/wordpress-tutorials/image-slider-in-wordpress-without-plugins/
Maya avatar
Maya
html
02/13/2023 6:52 AM
312 B
108
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...