Slideshow

Discussion in 'HTML & Website Design' started by MarkStrobel3367, Apr 27, 2018.

  1. #1
    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.
     
    MarkStrobel3367, Apr 27, 2018 IP
  2. qwikad.com

    qwikad.com Illustrious Member Affiliate Manager

    Messages:
    7,279
    Likes Received:
    1,696
    Best Answers:
    31
    Trophy Points:
    475
    #2
    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):
     
    qwikad.com, Apr 27, 2018 IP
  3. MarkStrobel3367

    MarkStrobel3367 Well-Known Member

    Messages:
    116
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    Thank you. That worked perfectly!
     
    MarkStrobel3367, Apr 27, 2018 IP