Skip to content

Instantly share code, notes, and snippets.

@chrisrouse
Created December 8, 2013 02:56
Show Gist options
  • Save chrisrouse/7852839 to your computer and use it in GitHub Desktop.
Save chrisrouse/7852839 to your computer and use it in GitHub Desktop.
(function($) {
$(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
$(".entry-content p").fitVids();
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment