+ 1
Why doesn't the video work?
Hi, I started learning only yesterday :) Can anyone tell me why doesn't my video work? https://code.sololearn.com/W4a080a18A22
6 Respostas
+ 1
Correct way to add YouTube videos :
<iframe height="150" width="300" src="https://www.youtube.com/embed/CumKi8_rcCI" allowfullscreen frameborder="0"></iframe>
+ 1
Copy url of video from browser. and add "embed" tag before actual url value like the above.
Edit :
Ayelet Rosenzweig
here you can find how to do it clearly..
Hope it helps..
https://www.sololearn.com/learn/338/?ref=app
+ 1
Ayelet Rosenzweig you're welcome..
0
Jayakrishna🇮🇳 oh ok, how do I get this kind of url?
0
Jayakrishna🇮🇳 thank you!!