Skip to content

Instantly share code, notes, and snippets.

@grappler
Created February 1, 2013 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save grappler/4694366 to your computer and use it in GitHub Desktop.
Save grappler/4694366 to your computer and use it in GitHub Desktop.
// FitVids
jQuery(document).ready(function(){
// Target your #container, #wrapper etc.
jQuery("#wrapper").fitVids({ customSelector: "div[class^='video-js-wrapper']"});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment