+ 7
Hi guys... i dont know what's wrong with my code, my images ain't sliding..
10 Answers
+ 15
ROSE TOIYO JOHN There is a problem with your image link.Try this
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
+ 13
ROSE TOIYO JOHN
You can't show your images from your local storage.
Means you only can see it but others cannot.
You have to upload it to a cloud storage like imgbb.com or Dropbox.
Go through the code given by Simba. It'll help you.
+ 7
You should change line 16 to "@keyframes slider{"
+ 4
Simba
The images i used are from my internal storage and they displayed just fine... The issue there is that they are not sliding
+ 4
Ohhhh
I've been on this right from the early hours of the day... Thanks Simba and 𝙍𝙞𝙨𝙝𝙖𝙗𝙝«ℙ𝕪3»
+ 3
https://code.sololearn.com/WdJerBf55gdu/?ref=app
I've worked on my images link but it's still not sliding.. Simba 𝙍𝙞𝙨𝙝𝙖𝙗𝙝«ℙ𝕪3»
+ 3
Proলয় मिश्ra thank you so much... I didn't notice that... Now i can code more👍👍👍
+ 2
Remove this :
#slider{
overflow: hidden;
}
+ 2
Jayakrishna🇮🇳 removing #slider{
Overflow:hidden;
} won't make it slide.. That tag is just to ensure the images doesn't overflow a page.
+ 2
ROSE TOIYO JOHN You're welcome😊