-
-
Save asha23/fe0eb813571b046af9d3 to your computer and use it in GitHub Desktop.
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
// FitVids | |
jQuery(document).ready(function(){ | |
// Target your #container, #wrapper etc. | |
jQuery("#wrapper").fitVids({ customSelector: "div[class^='video-js-wrapper']"}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment