Responsive Image Slider With Auto-sliding And Full Controls | HTML,CSS & Pure JavaScript

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ต.ค. 2022
  • In this tutorial, we are going to create an awesome carousel (image slider / image slideshow), using html, css and vanilla javascript.
    The slider will have auto-sliding feature, side navigation buttons, and clickable indicators.
    Creating a carousel (slideshow) is very simple and i have tried my best to make the code more simple and understandable.
    I hope this tutorial will help you.
    IF YOU ARE NEW TO THIS TH-cam CHANNEL, PLEASE SUBSCRIBE IT FOR MORE VIDEOS.
    *** Watch Multiple Images Slider Tutorial ***
    • Images Slider Using HT...
    Related Keywords:
    Responsive Image Slider
    Image Slideshow
    carousel
    auto slider
    auto slide show
    vanilla javascript
    ** Download Source Code: **
    drive.google.com/file/d/1ouhL...
    #FiveStarTutorials
    #carousel
    #slider

ความคิดเห็น • 49

  • @msrinu1579
    @msrinu1579 9 วันที่ผ่านมา

    this video just wow.....
    The best step by step explanation and tq bro

  • @rhymekidstv
    @rhymekidstv ปีที่แล้ว +4

    Wow! The best so far on youtube. Straightforward and informative. Thank you. Subscribed 👍

  • @mhhamzaedits
    @mhhamzaedits 7 หลายเดือนก่อน +2

    your tutorial is not a five star.
    This is a Seven Star.🌟
    Thank You Bro.

  • @jimtacujan3272
    @jimtacujan3272 2 หลายเดือนก่อน +3

    thanks for the tutorial, but there is an white screen after each end of the slider, the if-else statement is actually way too late recalled the value of counter(variable) and the animation would be called even if the variable has already been incremented nor decremented. please put an additional IF after the immediate ++, and before the immediate --(minus).

  • @discreet4551
    @discreet4551 ปีที่แล้ว +4

    Your code for carousel is the simplest I've seen. Thank you.

  • @khansawidhani9899
    @khansawidhani9899 9 หลายเดือนก่อน +1

    this is what I was really needed. Thanks 👍

  • @amigautier
    @amigautier 5 หลายเดือนก่อน

    Wow! The best tutorial. Thank you so much.

  • @codewithdahir
    @codewithdahir 2 หลายเดือนก่อน

    hands down bro, I am so grateful how you presenting us your pure knowledge about programming in js

    • @five-startutorials7530
      @five-startutorials7530  2 หลายเดือนก่อน +1

      Thanks a lot
      I am happy you like it

    • @codewithdahir
      @codewithdahir 2 หลายเดือนก่อน

      @@five-startutorials7530 subed keep going✌

  • @khansawidhani9899
    @khansawidhani9899 9 หลายเดือนก่อน

    Subscribed!!! ❤

  • @knowmore7852
    @knowmore7852 ปีที่แล้ว +2

    keep uploading this types of project ....

  • @mcroman-superfeat
    @mcroman-superfeat 7 หลายเดือนก่อน +1

    Also very LOGISTIC to put in photo links... NO mess here 4 SURE ! ::: ;) Clean HTML and .css and .js Design ...

  • @ItzsufeeCodex-nb8ug
    @ItzsufeeCodex-nb8ug 7 หลายเดือนก่อน +1

    What a good tutorial tnx

  • @sayidsayid8488
    @sayidsayid8488 6 หลายเดือนก่อน

    many many thanks for the source file

  • @pivardonesta4678
    @pivardonesta4678 6 หลายเดือนก่อน

    It's a bit hard for me when I try to found my issue, they are many img on my file so that makes the query select image gone wrong, but I fixed it. However I've been success. Thanks a lot

  • @heckencubana8357
    @heckencubana8357 2 หลายเดือนก่อน

    please help!
    first of all, thank you very much for the video and even the download of the file. that is almost exactly what I have been looking for for a long time.
    However, I have a small problem:
    it is only partially "responsive". if the page is made smaller, it reduces the "width", but unfortunately not the "height" as a percentage. This makes the image narrower in the view and you only see part of the image.
    how can I change the file in the CSS part so that the whole image is reduced proportionally in "width and height" at the same time?
    thank you very much for your help.
    greetings Matthias

    • @five-startutorials7530
      @five-startutorials7530  2 หลายเดือนก่อน

      I am glad it helped you.
      To adjust the width and height, there are many ways through which you can do it, but I prefer to use 'media query':
      At the bottom of the CSS code, write:
      @media(max-width: 600px){
      .slide-container{
      width: 500px;
      height: 300px;
      }
      }
      /* Note: you can vary the width of the media queries and use different width and height for the slide-container according to your need.
      Also add padding to the left and right of the body element to look better:
      Exp:
      body{
      padding: 0px 8%;
      }
      I HOPE THIS SOLUTION WILL HELP YOU!

  • @AfriEye
    @AfriEye ปีที่แล้ว +1

    Thanks bro. But, can you pls show how to duplicate and place slider side by side

  • @NedumEze
    @NedumEze ปีที่แล้ว +1

    Great Bro.
    Shame, you didn't make this code available for download. Please reconsider.

  • @user-jb6ux6nj9l
    @user-jb6ux6nj9l 11 หลายเดือนก่อน +1

    Hello brother, I did everything and everything works great, thank you, but there is a problem that when I get to the last picture, it does not return to the first picture, the background appears empty, and after 6 seconds the first background appears, what should I do please

    • @five-startutorials7530
      @five-startutorials7530  11 หลายเดือนก่อน

      I uploaded the source code bro, now you can download the source code from the video description.

  • @myty5563
    @myty5563 3 หลายเดือนก่อน

    doesnt work, i need it for images of products but the images doesnt seem to change
    :/

    • @five-startutorials7530
      @five-startutorials7530  3 หลายเดือนก่อน

      I don't know what problem you are facing, check the format of your images.
      Also I have given you the source code in the video description, you can download it.
      For your product images you may need a multiple images slider, and I am going to upload a new video tutorial soon, may be tomorrow.
      I hope it will help you, so stay tuned.

  • @imaneimane1806
    @imaneimane1806 ปีที่แล้ว +2

    can you give me file this is project

  • @cgianimationtv1828
    @cgianimationtv1828 ปีที่แล้ว +1

    Can you code Prev and Next for post layout, not numeric pagination

  • @alihamza9575
    @alihamza9575 6 หลายเดือนก่อน

    bhai my javascipt was not workon prev help me

  • @syediqbalahmed3176
    @syediqbalahmed3176 ปีที่แล้ว +1

    💩 *_valoo ... uku ... may deham poray ..._* ☠

  • @priyayadav3349
    @priyayadav3349 ปีที่แล้ว +1

    It is not responsive.
    🥲

  • @imaneimane1806
    @imaneimane1806 ปีที่แล้ว +1

    can you give me file this is project