Skip to content

Instantly share code, notes, and snippets.

@Jursdotme
Created February 16, 2015 12:12
Show Gist options
  • Save Jursdotme/de3c898b08e0d76d0407 to your computer and use it in GitHub Desktop.
Save Jursdotme/de3c898b08e0d76d0407 to your computer and use it in GitHub Desktop.
Automatic fitvids
$(document).ready(function(){
$('iframe[src*="youtube"]').wrap( "<div class='thing-with-video'></div>" );
$('iframe[src*="vimeo"]').wrap( "<div class='thing-with-video'></div>" );
// Target your .container, .wrapper, .post, etc.
$(".thing-with-video").fitVids();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment