0
Why my picture slide show not looping?
Anyone please guide me for the correc tion in my code. I made picture Slide show, the problem is that it runs only one time. What I want that is should again from pic one. https://code.sololearn.com/W0vHh4o2M0fX/?ref=app
2 Réponses
+ 2
In line 20 in js section, it should be pss_i=0, not wss_i=0
+ 1
Thanks a lot dear Chiku.