How can I increase the number of slides using this slideshow code, https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_slideshow_auto? Thanks.
Just add more slides and dots: https://jsfiddle.net/xm9fLwvm/2/ (just copy and paste what I have there). Your extra slides will be: <div class="mySlides fade"> <div class="numbertext">1 / 5</div> <img src="https://www.w3schools.com/howto/img_fjords_wide.jpg" style="width:100%"> <div class="text">Caption Two</div> </div> Code (markup): And extra dots: <span class="dot"></span> Code (markup):