Skip to content

Instantly share code, notes, and snippets.

@grappler
Created January 26, 2013 19:26
Show Gist options
  • Select an option

  • Save grappler/4643962 to your computer and use it in GitHub Desktop.

Select an option

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