Skip to content

Instantly share code, notes, and snippets.

@fovoc
Created May 10, 2015 09:30
Show Gist options
  • Save fovoc/fc039a399e8ccf3412bd to your computer and use it in GitHub Desktop.
Save fovoc/fc039a399e8ccf3412bd to your computer and use it in GitHub Desktop.
my-fitvids.js
(function($) {
// Inside of this function, $() will work as an alias for jQuery()
// and other libraries also using $ will not be accessible under this shortcut
// Target your .container, .wrapper, .post, etc.
$("body").fitVids();
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment