Hello, how do I add resources like images and videos to my code playground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Hello, how do I add resources like images and videos to my code playground?

11th Jun 2016, 3:57 AM
Goluck O. Konuko
Goluck O. Konuko - avatar
3 Answers
+ 3
Upload the files to any online storage (Google Drive, OneDrive, etc.) and use the URL link to the file in the Playground.
13th Jun 2016, 6:54 AM
James Flanders
+ 1
<video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag. </video>
11th Jun 2016, 5:05 PM
JoseGarcia
JoseGarcia - avatar
0
thanks James
13th Jun 2016, 10:15 AM
Goluck O. Konuko
Goluck O. Konuko - avatar