Skip to content

Instantly share code, notes, and snippets.

@grappler
Created January 26, 2013 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grappler/4643962 to your computer and use it in GitHub Desktop.
Save grappler/4643962 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function(){
// Target your #container, #wrapper etc.
jQuery("#wrapper").fitVids({ customSelector: "iframe[src^='http://grappler.tk']"});
jQuery("#wrapper").fitVids({ customSelector: "iframe[src^='http://www.grappler.tk']"});
jQuery("#wrapper").fitVids({ customSelector: "iframe[src^='http://fast.wistia.net']"});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment