You probably dont care but does anybody know of a way to log back into an instagram account? I somehow forgot my login password. I appreciate any tricks you can give me.
@Jayceon Santana I really appreciate your reply. I got to the site thru google and Im trying it out atm. I see it takes a while so I will reply here later when my account password hopefully is recovered.
Twenty of the best and most useful minutes I have spent on RUclips. Thanks. Perfect tutorial. No messing. No fluff. Right to the point. You are a legend
Wow, this was wonderful. First time I realized how I can truly leverage CSS in animations. Also the video was enternaining and efficient in terms of length
Very good video, but i would suggest to rewrite counter to: Val counter = 2; , so when you load the page it doesnt take double the time. I would also suggest to add checked by default to radio 1, so like this: , if you type that instead of without checked it will be checked when you first load the page. Anyways great video, learned a lot from it!
hey thank you so much .. can u suggest me how i make it for 10 images slides.. i add ten images but there not working and width problem when slides. plz reply
Thanks for this video. It's work))) I do this slider for mobile phone. .slider and .slides add {position: relative;}, then we can add .navigation-auto and .navigation-manual new attribute {bottom: 1em;}. That's good for mobile.
@@CodingSnow Also, where can I get this video' s code I have going through your website but I couldn't get where is the actual of it is. Please provide a link of this page's URL if possible! Thanks again!
thank you very much! you´ve really helped me. next time it would be perfect if you put the code in the description or make a comment so that i could copy paste it. thank you for your explaination!
Well that's what they did in the video. When it reaches the last slide it goes to the beginning slide at the next iteration. In order to make it's way back from the last to the first one by one, we can simply assign a variable such as reverse=true/false; and change it's values accordingly which will do the job.
I love your music, you have a really good taste for, songs, also I finally learned how to make a image slider. just 1question, how do I stop it from moving automatically?(so I can move it manually?)
Thanks for the video! It helped a lot. I also realized that I can make it work without the 'navigation-auto' class. It worked fine only with the 'navigation-manual' class because we could make the slide images automatically change in the .js file. Is there any reason you added the 'navigation-auto' class though?
around 7:20 of the video, i am running into the problem where my images would disappear when entering the .slide and .slide img css tag, would you have any thought to why that would be happening?
In my heart I smashed that like button a million times, but on RUclips I was only able to do it once. Great video!
Wow, Thank you very much!
Pl check once if we will go to the other slide
You probably dont care but does anybody know of a way to log back into an instagram account?
I somehow forgot my login password. I appreciate any tricks you can give me.
@Ephraim Musa Instablaster :)
@Jayceon Santana I really appreciate your reply. I got to the site thru google and Im trying it out atm.
I see it takes a while so I will reply here later when my account password hopefully is recovered.
IT WORKED! God bless you! All of you here!
This was the only one that gave me no error at all, and has automation too, God bless you bro
somehow mine error, have checked it three times still no idea. could you perhaps check on my code and tell me where I screw up?
@@zzzblebeb Sorry bro I abandoned the project, but I had done a JavaScript one before this one, so there's that.
@@zzzblebeb ive got error too man slides when i remove .slide input {display: none} the buttons come up on side and it work but brokenly
Twenty of the best and most useful minutes I have spent on RUclips. Thanks. Perfect tutorial. No messing. No fluff. Right to the point. You are a legend
Wow, this was wonderful. First time I realized how I can truly leverage CSS in animations.
Also the video was enternaining and efficient in terms of length
This shows that programing is a real language... thank you
Very good video, but i would suggest to rewrite counter to: Val counter = 2; , so when you load the page it doesnt take double the time. I would also suggest to add checked by default to radio 1, so like this: , if you type that instead of without checked it will be checked when you first load the page. Anyways great video, learned a lot from it!
do you mean
var counter = 2; ?
@@pa5n Yes indeed.
hey thank you so much .. can u suggest me how i make it for 10 images slides.. i add ten images but there not working and width problem when slides. plz reply
@@matchmasterstips As you can see in html he has 4images right ,so add 6more and on CSS continue style it 5678910 .it is easy .
Very good suggestion it improves my work thank you❤
Finally a tutorial that works without JavaScript ! Tanks
He used JavaScript in last bro🙂
Lesson learned watch RUclips first before searching at the web hahaha. So much easy than I found on Google.
google codekky blog
Its humble person that's provide source code free😍😍😍 thank-you so much bro
waw, it's not that complicated, i've been struggling with it the whole day. thank you so much
Wooow The best tutorial for this topic
Thanks for this video. It's work))) I do this slider for mobile phone. .slider and .slides add {position: relative;}, then we can add .navigation-auto and .navigation-manual new attribute {bottom: 1em;}. That's good for mobile.
Omg you are my saviour. This is really awesome, worked very well and is easy to customize.
Thanks "coding snow" works 100%, *I ask permission to fetch the code and display the result on my website* , thank you very much.
Imma add this to my project! Thanks a lot, man! I searched a lot for this.
You're most welcome!
@@CodingSnow Also, where can I get this video' s code I have going through your website but I couldn't get where is the actual of it is. Please provide a link of this page's URL if possible! Thanks again!
Спасибо большое за видео!!!! Даже без слов все понятно, отлично показываете параллельно на примере!
the best quiet explanation of a video i have seen✌
best video on How to create Image Sliders . 👏👏👏👏
Thanks ! It 's very interesting video.. I never find an interested vedeo like this. Thanks
good tutorial, but it would be good if there's explanation with voice instead of music....but somehow it helped me..Thanks...
te has ganado un nuevo seguidor , esta increíble el slider me salvaste la vida jajajaja😅
First video that everything works for me, and it's also beautiful.
Thank you very much you saved my bimester.
i am beginner in dev frontend really thank u!
You're most welcome! ❤️
You made me the happiest❤
Thanks you so much this tutorial was so helpful, i was able to create totally different layout using 100% width with same concept and it worked👊🏾👊🏾
Glad it helped! You're very welcome!
What if i have a header how doni let it not affect Header
thank you very much! you´ve really helped me. next time it would be perfect if you put the code in the description or make a comment so that i could copy paste it. thank you for your explaination!
I appreciate and love your work. You are great coding show
wow this video was a blessing tysm !! it was clear and to the point even for someone with very little experience with JS!
How did you create the effect on the first image showing by youtube?
TYSM i get to understand a lot of thing and this really helps my homework.
Great tutorial, any idea how to make the last slide return from the beginning instead of going all the way through the slides?
Well that's what they did in the video.
When it reaches the last slide it goes to the beginning slide at the next iteration.
In order to make it's way back from the last to the first one by one, we can simply assign a variable such as reverse=true/false; and change it's values accordingly which will do the job.
it was posted a long time ago but it was useful to me👌👌
Alhamdulillah, thank you so much for your tutorial, masyaallah i can useful this work.
Hey, this is superb!
Thank you so much for sharing this.
Warm greetings from Brasil.
This video is so good! tank for Help us Angola!
A VERY VERY BIG THANK YOU
You're most welcome! ❤
@@CodingSnow Bro can you give me tips or teach me personally
Loved the video thank you, you website is also awesome, liked, subbed and even subbed to newsletter. I love it!
Thank you very much and most welcome! ❤️
bro u doing great job
wow
I gain alot from this today
Hello there I got something to ask if I wanna let the auto slider start from the radio that I click how should I write it in js?
11:09, my buttons are not working. Like the images are not moving its just stuck there
Now thats what I call a slideshow thank you so much this was soooooo helpful and I also Subscribed😄😄😄
You're most welcome! ❤️
Could you explain me why using the label elements instead of directly using the input? Thanks! Watching ur video from Argentina! @@CodingSnow
10:31 how do you use .first if the class is named slide first? Beacause it doesn't work on my proyect
Great video! Thank you so much! i learned a lot!
Thank you bro! Your code is absolutely clear
Thank you very much for the video!!! It has really helped me a lot
Thanks for this awesome tutorial, it helps me a lot.👍👨💻🙂😉
Greetings from Germany 🇩🇪
You're most welcome! 😉😁
thanks so much this guide was so useful to me, and it did solve my problem that i had, i do real appreciate thanx so much
The best tutorial ever!! Thanks
Glad to hear that! 😊
you're the best man!
When opened your your site i there also found these sliders and much more
thanks a lot, such a great video!!! 😍😍😍
I love your music, you have a really good taste for, songs, also I finally learned how to make a image slider. just 1question, how do I stop it from moving automatically?(so I can move it manually?)
Thank you Bro I added it to my assignment 🇱🇰😁
Great man! You're most welcome :)
My manual button and automatic button sepretly shows. How to match & hide
Thanks for the video! It helped a lot.
I also realized that I can make it work without the 'navigation-auto' class. It worked fine only with the 'navigation-manual' class because we could make the slide images automatically change in the .js file.
Is there any reason you added the 'navigation-auto' class though?
Excellent!
Yes, to separately show the manual and auto buttons navigation visibility.
Thank you for the tip. Love this video.
Kiến thức này đã được hấp thụ. Xin đa tạ!!!
Deffinitely an amazing tutorial love it 💖
Great work! Thanks! I did it on the third attempt.😅
Thanks! Amazing tutorial.
nice tutorial, i have subscribed
Thanks man really helped
Thank you for this tutorial and thank you for putting in the comments, which really helps.
You're welcome! ❤️
Thanks you so much for your help
Thanks you so much this tutorial was so helpful.
Amazing! Thank you very much!
Exactly what I was looking for !
thank you soo much , you saved my poor ass ^^
You're most welcome my friend! ❤️
Thank you so much! It helped me a lot.
nice bro this was so good
Thanks! It is a great lesson.
This is an amazing video. Thank you very much for your work~
Thank you, this video helped me a lot ! Your explanations are very good and understandable for a beginner.
Glad it was helpful!
Great video. Thanks for sharing your knowledge.
Thank u so much for your tutorial exactly what i nedded
Glad it was helped!
I love your videos so much, it can help my website!
Glad to hear that!
excelent video, helped me a lot
I learned a lot from this tut. Thank you.
You're most welcome! ❤️
Thank you so much ❤️❤️❤️😘
Thank you for this. Amazing tutorial
Thanks a lot. But just a querry what to fo if i want to add text to each of the slides?
around 7:20 of the video, i am running into the problem where my images would disappear when entering the .slide and .slide img css tag, would you have any thought to why that would be happening?
Same mine too
You‘re a hero! Thank you so much!
when i remove display for .slides input its slides to one image but other than that it wont work and the radio buttons not working either
Thank you so much bro ❤️ for this video it helped me a lot
Simple yet absolutely amazing! ❤️
Thank you! ❤️
@@CodingSnow afternoon i havent clue why mine isnt working could you help>?
@@CodingSnow please add voice with video
Nice Tut i wanted to ask of the images would automatically fit into the box or we have to size them
Amazing that was so clear, the only thing I still can't figure out is why you made it 500% not 400% as they are 4 images?
Thanks for your efforts ☺️
I don't know but.. with 6 images, that only work with 500% too... so i don't understand this part :/
Great vid! But how can i make the images appear on the full screen? Thanks!
You saved my life, thanks :)
You're welcome! 😊
omg amazing i very like it thank you
i need this , but i have only small pictures.. how can apply?
loved this tutorial
Thanks! Brilliant!
thanks bro : D , I like video of you
Why you write input radio with tag label? I don't understand this, can you explain me?