+ 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
4 odpowiedzi
+ 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
+ 8
I made an example code for you.
https://code.sololearn.com/W045a7a7a25a
0
Maybe the following code can help
<iframe height="200" width="100%" src="https://www.youtube.com/embed/Sr6JQs9LlF4" allowfullscreen frameborder="0"></iframe>
- 1
как вы