Skip to content

Instantly share code, notes, and snippets.

@remcotolsma
Created May 20, 2015 20:33
Embed
What would you like to do?
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