Hi guys... i dont know what's wrong with my code, my images ain't sliding.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Hi guys... i dont know what's wrong with my code, my images ain't sliding..

https://code.sololearn.com/WdJerBf55gdu/?ref=app

29th Jul 2020, 5:31 PM
ROSE TOIYO JOHN
ROSE TOIYO JOHN - avatar
10 Answers
+ 15
ROSE TOIYO JOHN There is a problem with your image link.Try this https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
29th Jul 2020, 5:45 PM
Simba
Simba - avatar
+ 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.
29th Jul 2020, 5:54 PM
Arctic Fox
Arctic Fox - avatar
+ 7
You should change line 16 to "@keyframes slider{"
30th Jul 2020, 10:41 AM
Bot
Bot - avatar
+ 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
29th Jul 2020, 5:48 PM
ROSE TOIYO JOHN
ROSE TOIYO JOHN - avatar
+ 4
Ohhhh I've been on this right from the early hours of the day... Thanks Simba and 𝙍𝙞𝙨𝙝𝙖𝙗𝙝«ℙ𝕪3»
29th Jul 2020, 5:56 PM
ROSE TOIYO JOHN
ROSE TOIYO JOHN - avatar
+ 3
29th Jul 2020, 6:23 PM
ROSE TOIYO JOHN
ROSE TOIYO JOHN - avatar
+ 3
Proলয় मिश्ra thank you so much... I didn't notice that... Now i can code more👍👍👍
30th Jul 2020, 12:04 PM
ROSE TOIYO JOHN
ROSE TOIYO JOHN - avatar
+ 2
Remove this : #slider{ overflow: hidden; }
29th Jul 2020, 7:38 PM
Jayakrishna 🇮🇳
+ 2
Jayakrishna🇮🇳 removing #slider{ Overflow:hidden; } won't make it slide.. That tag is just to ensure the images doesn't overflow a page.
30th Jul 2020, 8:32 AM
ROSE TOIYO JOHN
ROSE TOIYO JOHN - avatar
+ 2
ROSE TOIYO JOHN You're welcome😊
30th Jul 2020, 12:39 PM
Bot
Bot - avatar