If you want the video not to load until the user clicks on it, which attribute should we use?
<video controls ___>
<source src="large-video.mp4" type="video/mp4">
</video>
If you want the video not to load until the user clicks on it, which attribute should we use?
<video controls ___>
<source src="large-video.mp4" type="video/mp4">
</video>