Skip to content

Instantly share code, notes, and snippets.

@remcotolsma
Created May 20, 2015 20:33
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 remcotolsma/77ac97fcce5ac08119f4 to your computer and use it in GitHub Desktop.
Save remcotolsma/77ac97fcce5ac08119f4 to your computer and use it in GitHub Desktop.
WordPress theme script for FitVids.JS.
( function( $ ) {
// ...
// FitVids
$( '.entry-content' ).fitVids();
// ...
} )( jQuery );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment