how to preload videos? [Pages router, V13]
Unanswered
Mugger Crocodile posted this in #help-forum
Mugger CrocodileOP
hey, can someone tell me the best practice in preloading videos? I have a ton of slides in my website that uses videos and autoplays on render.
would this be enough?
<Head>
<link rel="preload" href="video.mp4" as="video" type="video/mp4" />
</Head>
would this be enough?