Next.js Discord

Discord Forum

how to preload videos? [Pages router, V13]

Unanswered
Mugger Crocodile posted this in #help-forum
Open in Discord
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.

<Head>
  <link rel="preload" href="video.mp4" as="video" type="video/mp4" />
</Head>


would this be enough?

0 Replies