1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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,151
    Likes Received:
    1,656
    Best Answers:
    29
    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