Skip to content

Instantly share code, notes, and snippets.

@amielucha
Created January 7, 2016 12:39
Show Gist options
  • Select an option

  • Save amielucha/467336e10eb834aebf95 to your computer and use it in GitHub Desktop.

Select an option

Save amielucha/467336e10eb834aebf95 to your computer and use it in GitHub Desktop.
fitVids activation script
jQuery(document).ready(function($) {
// Run fitVids if it's available
if ( $.isFunction($.fn.fitVids) )
$(".entry-content").fitVids();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment