Skip to content

Instantly share code, notes, and snippets.

@JezDriver
Created August 1, 2024 02:53
Show Gist options
  • Select an option

  • Save JezDriver/7a1402f3ef82049c51f317fa2a97271b to your computer and use it in GitHub Desktop.

Select an option

Save JezDriver/7a1402f3ef82049c51f317fa2a97271b to your computer and use it in GitHub Desktop.
Use a video as only a poster without preloading the video itself #html
<!-- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#preload -->
<video muted preload="metadata">
<source src="/blah.mp4" type="video/mp4">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment