monyprak
Results
2
comments of
monyprak
I just solve like this. ``` $( document ).ready(function() { setInterval(function(){ $('.slidenav__item--next').trigger('click'); }, 6000); }); ```
It works when minimize window browser, but it doesn't work when maximize. I work on ubuntu.