Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created October 31, 2012 00:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NapoleonWils0n/3984106 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/3984106 to your computer and use it in GitHub Desktop.
html: html5 video media queries
<video controls preload="none" poster="/images/video.png">
<source src="mobile.mp4" type="" media="screen and (max-device-width:320px)">
<source src="desktop.mp4" type="" media="screen and (min-device-width:321px)">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment