YouTip LogoYouTip

Prop Video Preload

# Video preload Attribute [![Image 8: Video Object Reference](#) Video Object](#) ## Example Check if the video starts loading once the page loads: var x = document.getElementById("myVideo").preload; The output of _x_ is: none //The video should not be loaded when the page loads [Try it Β»](#) * * * ## Definition and Usage The preload attribute is used to set or return the value of the video preload attribute. The preload attribute sets or returns whether the audio/video should be loaded as soon as the page loads. **Note:** The autoplay attribute takes precedence over preload if it is set. **Note:** The
← Prop Video PreloadProp Video Poster β†’