How to make html video load when we click on this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

How to make html video load when we click on this

Html video taking to much internet i want that if we click on one video only that video will load not other help me

26th Jul 2021, 12:38 PM
Papa Penguin
4 Answers
+ 22
Use preload property and it's value none ( By default value is auto ) This will not load your video automatically 😊 Example https://code.sololearn.com/WEY2gNRJv9PK/?ref=app
26th Jul 2021, 3:27 PM
I Am Rochie
I Am Rochie - avatar
+ 8
I made an example code for you. https://code.sololearn.com/W045a7a7a25a
26th Jul 2021, 1:52 PM
Ocram Co
Ocram Co - avatar
0
Maybe the following code can help <iframe height="200" width="100%" src="https://www.youtube.com/embed/Sr6JQs9LlF4" allowfullscreen frameborder="0"></iframe>
27th Jul 2021, 10:56 PM
Félix Zamdamela
Félix  Zamdamela - avatar
- 1
как вы
27th Jul 2021, 3:08 PM
Гафур Кулпудинов
Гафур Кулпудинов - avatar