Skip to content

Instantly share code, notes, and snippets.

@arakno
Created October 29, 2014 12:15
Show Gist options
  • Save arakno/9bd134542c21351a5af5 to your computer and use it in GitHub Desktop.
Save arakno/9bd134542c21351a5af5 to your computer and use it in GitHub Desktop.
feature detect video capabilities
if (Modernizr.video.h264 == "" || Modernizr.video.h264 == "maybe" || Modernizr.video.h264 == undefined || v.currentSrc == "" || !v.canPlayType || !v.canPlayType('video/mp4') ) {
//... magic happens
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment