Why this link is not opening while I am using it in html 😭 someone please help me | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Why this link is not opening while I am using it in html 😭 someone please help me

https://www.dropbox.com/s/jwb6glwfr2ox3gs/Google-1.gif?dl=0

31st Aug 2020, 2:59 AM
༆ ٭ A̷ᴋคsн ٭ ࿐
༆ ٭ A̷ᴋคsн ٭ ࿐ - avatar
17 Respuestas
+ 8
Change www into dl Akash Singh see this code 👇 👇👇 https://code.sololearn.com/WW6t4B73kJVz/?ref=app
31st Aug 2020, 3:00 AM
Sâñtôsh
Sâñtôsh - avatar
+ 5
https://www.dropbox.com/s/jwb6glwfr2ox3gs/Google-1.gif?raw=1 Use this
31st Aug 2020, 3:06 AM
v@msi😉
v@msi😉 - avatar
+ 4
Change dl=0 into raw=1
31st Aug 2020, 3:05 AM
v@msi😉
v@msi😉 - avatar
+ 4
Img tag can handle gif
31st Aug 2020, 3:32 AM
v@msi😉
v@msi😉 - avatar
+ 3
dl=0 viewer link dl=1 download link raw = 1 you can fetch it anywhere So replace dl=0 with raw=1
31st Aug 2020, 3:39 AM
Ayush Kumar
Ayush Kumar - avatar
+ 2
The long code for the Google img is breaking. So I used tiny URL to shorten it so there is no chance of breaking and used it to insert the image: <img src="https://tinyurl.com/y2x4kuea" alt="Google animated picture being swiped"> In an HTML page it would look like <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="https://tinyurl.com/y2x4kuea" alt="Google animated picture being swiped"> </body> </html>
1st Sep 2020, 7:46 PM
Rafique
Rafique - avatar
0
How to change in dl format??
31st Aug 2020, 3:06 AM
༆ ٭ A̷ᴋคsн ٭ ࿐
༆ ٭ A̷ᴋคsн ٭ ࿐ - avatar
0
Thanks for suggestion 😊 but still it's not opening 😭😭
31st Aug 2020, 3:16 AM
༆ ٭ A̷ᴋคsн ٭ ࿐
༆ ٭ A̷ᴋคsн ٭ ࿐ - avatar
0
What is html tag to import "gif"
31st Aug 2020, 3:28 AM
༆ ٭ A̷ᴋคsн ٭ ࿐
༆ ٭ A̷ᴋคsн ٭ ࿐ - avatar
0
The link has worked on mine it shows a Google Gif .right!!! just check your internet connection
31st Aug 2020, 5:36 AM
Programmado
Programmado - avatar
0
Akash Singh try to read the URL you want to open it is hidden by default that is why the last letters is =0. So you have to change that =0 to =1 or =true.
31st Aug 2020, 3:47 PM
ugochukwu Joseph
ugochukwu Joseph - avatar
0
Thanks for suggestion everyone 😊 I have replaced gif to image now you can see what I have made https://code.sololearn.com/Wa4U2183HpSr/?ref=app
31st Aug 2020, 4:41 PM
༆ ٭ A̷ᴋคsн ٭ ࿐
༆ ٭ A̷ᴋคsн ٭ ࿐ - avatar
0
May be it`s not supported at sololearn playground
1st Sep 2020, 11:44 AM
Fareed
Fareed - avatar
0
@Fareed it should work any playground should be able to run it
1st Sep 2020, 6:14 PM
Alexander Bolte
Alexander Bolte - avatar
0
It's worked 🙄
1st Sep 2020, 7:00 PM
Douae Essriji
Douae Essriji - avatar