Created
May 10, 2015 09:30
-
-
Save fovoc/fc039a399e8ccf3412bd to your computer and use it in GitHub Desktop.
my-fitvids.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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